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

9 lines
191 B
JavaScript

wildcardHostTestRan = false;
onload = function() {
test(function() {
assert_true(wildcardHostTestRan, 'Script should have ran.')},
"Wildcard host matching works."
);
}