summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/content-security-policy/generic/wildcardHostTestFailure.js
blob: 75ec8cf80e0e56b31616c228855419260bca66c0 (plain)
1
2
3
4
5
6
7
8
wildcardHostTestRan = false;

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