Sign in
cobalt
/
cobalt
/
0a28a8fa312d64217177b774535966deff46f251
/
.
/
src
/
third_party
/
web_platform_tests
/
content-security-policy
/
generic
/
wildcardHostTestFailure.js
blob: 75ec8cf80e0e56b31616c228855419260bca66c0 [
file
] [
log
] [
blame
]
wildcardHostTestRan
=
false
;
onload
=
function
()
{
test
(
function
()
{
assert_false
(
wildcardHostTestRan
,
'Script should not have ran.'
)},
"Wildcard host matching works."
);
}