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