mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
10 lines
288 B
HTML
10 lines
288 B
HTML
<!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>
|