chromium/third_party/blink/web_tests/external/wpt/html/webappapis/dynamic-markup-insertion/document-write/012.js

t.step(
function() {
  order.push(5);
  assert_equals(document.getElementsByTagName("meta").length, 0);
});