mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-07 17:09:07 +00:00
9 lines
196 B
JavaScript
9 lines
196 B
JavaScript
wildcardHostTestRan = false;
|
|
|
|
onload = function() {
|
|
test(function() {
|
|
assert_false(wildcardHostTestRan, 'Script should not have ran.')},
|
|
"Wildcard host matching works."
|
|
);
|
|
}
|