Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/webappapis/dynamic-markup-insertion/opening-the-input-stream/013.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>Timeout after document.open in DOMContentLoaded event</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id="log"></div>
<script>
var t = async_test();
</script>
<iframe src="013-1.html"></iframe>