Dactyloidae/testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/011-1.js

5 lines
162 B
JavaScript
Raw Normal View History

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