servo/tests/wpt/web-platform-tests/content-security-policy/generic/positiveTest.js

6 lines
139 B
JavaScript

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