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