mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 01:13:08 +09:00
8 lines
No EOL
220 B
JavaScript
8 lines
No EOL
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'
|
|
);
|
|
} |