Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/settimeout-active-script
/
.
/
content-security-policy
/
generic
/
wildcardHostTestFailure.js
blob: 75ec8cf80e0e56b31616c228855419260bca66c0 [
file
] [
edit
]
wildcardHostTestRan
=
false
;
onload
=
function
()
{
test
(
function
()
{
assert_false
(
wildcardHostTestRan
,
'Script should not have ran.'
)},
"Wildcard host matching works."
);
}