chromium/third_party/blink/web_tests/external/wpt/content-security-policy/generic/wildcardHostTestFailure.js

wildcardHostTestRan = false;

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