mirror of
https://github.com/servo/servo
synced 2026-05-02 04:17:38 +02:00
5 lines
107 B
JavaScript
5 lines
107 B
JavaScript
t.step(
|
|
function() {
|
|
order.push(5);
|
|
assert_equals(document.getElementsByTagName("meta").length, 0);
|
|
}); |