mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +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);
|
|
}); |