mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-16 21:08:34 +00:00
7 lines
139 B
JavaScript
7 lines
139 B
JavaScript
onload = function() {
|
|
test(function() {
|
|
assert_true(true, 'Script ran.')},
|
|
"Allows scripts from the same host."
|
|
);
|
|
}
|