mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
10 lines
276 B
HTML
10 lines
276 B
HTML
<!doctype html>
|
|
<title>Timeout after document.open in load 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="012-1.html"></iframe>
|