mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-02 19:09:07 +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'
|
|
);
|
|
} |