mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-14 13:10:43 +00:00
5 lines
128 B
JavaScript
5 lines
128 B
JavaScript
t.step(function() {
|
|
order.push(3);
|
|
assert_equals(document.getElementsByTagName("meta").length, 0);
|
|
});
|