| Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/opening-the-input-stream/012.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/opening-the-input-stream/012.html b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/opening-the-input-stream/012.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..518454858de717855aca667e7f7f05244eac7931
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/opening-the-input-stream/012.html
|
| @@ -0,0 +1,9 @@
|
| +<!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>
|
|
|