mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
9 lines
191 B
JavaScript
9 lines
191 B
JavaScript
wildcardHostTestRan = false;
|
|
|
|
onload = function() {
|
|
test(function() {
|
|
assert_true(wildcardHostTestRan, 'Script should have ran.')},
|
|
"Wildcard host matching works."
|
|
);
|
|
}
|