Dactyloidae/testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/013-1.html

7 lines
205 B
HTML

<script>
addEventListener("DOMContentLoaded", parent.t.step_func(function() {
document.open()
setTimeout(parent.t.step_func(function() {parent.t.done()}), 0);
document.close();
}), false);
</script>