chromium/third_party/blink/web_tests/external/wpt/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/resources/aborted-parser-async-frame.html

<!doctype html>
<p>Text</p>
<script>
window.stop();
parent.step_timeout(() => {
  document.open();
  parent.handlers.afterOpenAsync();
}, 10);
</script>