blob: 75ec8cf80e0e56b31616c228855419260bca66c0 [file] [log] [blame]
wildcardHostTestRan = false;
onload = function() {
test(function() {
assert_false(wildcardHostTestRan, 'Script should not have ran.')},
"Wildcard host matching works."
);
}