mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 15:08:42 +00:00
5 lines
107 B
JavaScript
5 lines
107 B
JavaScript
t.step(
|
|
function() {
|
|
order.push(5);
|
|
assert_equals(document.getElementsByTagName("meta").length, 0);
|
|
}); |