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