summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/011-1.js
blob: 944b70d2d0b1b72f25c4a005420e3ee633954123 (plain)
1
2
3
4
5
t.step(function() {
         order.push(4);
         document.write("<meta>");
         assert_equals(document.getElementsByTagName("meta").length, 1);
       });