1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 03:18:36 +00:00
Files
UXP/testing/web-platform/tests/content-security-policy/generic/positiveTest.js
T

7 lines
139 B
JavaScript

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