mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-10 09:59:00 +00:00
8 lines
220 B
JavaScript
8 lines
220 B
JavaScript
var inlineRan = false;
|
|
|
|
onload = function() {
|
|
test(function() {
|
|
assert_true(inlineRan, 'Unsafe inline script ran.')},
|
|
'Inline script in a script tag should run with an unsafe-inline directive'
|
|
);
|
|
} |