1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-07 07:38:58 +00:00
Files
UXP/testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/010-1.js
T

4 lines
127 B
JavaScript

t.step(function() {
order.push(4);
assert_equals(document.getElementsByTagName("meta").length, 1);
});