Files
UXP-Fixed/testing/web-platform/tests/content-security-policy/generic/positiveTest.js
T
2018-02-02 04:16:08 -05:00

7 lines
139 B
JavaScript

onload = function() {
test(function() {
assert_true(true, 'Script ran.')},
"Allows scripts from the same host."
);
}