mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-02 22:08:40 +09:00
8 lines
191 B
JavaScript
8 lines
191 B
JavaScript
|
|
wildcardHostTestRan = false;
|
||
|
|
|
||
|
|
onload = function() {
|
||
|
|
test(function() {
|
||
|
|
assert_true(wildcardHostTestRan, 'Script should have ran.')},
|
||
|
|
"Wildcard host matching works."
|
||
|
|
);
|
||
|
|
}
|