Index: third_party/WebKit/LayoutTests/fast/parser/resources/document-open-in-unload-inner.html |
diff --git a/third_party/WebKit/LayoutTests/fast/parser/resources/document-open-in-unload-inner.html b/third_party/WebKit/LayoutTests/fast/parser/resources/document-open-in-unload-inner.html |
index 93988e59c5ddfa2e5157ea187e2ccf1cb2aee709..273175fc56133cce7161e72b6e75a286f82f493d 100644 |
--- a/third_party/WebKit/LayoutTests/fast/parser/resources/document-open-in-unload-inner.html |
+++ b/third_party/WebKit/LayoutTests/fast/parser/resources/document-open-in-unload-inner.html |
@@ -1,5 +1,5 @@ |
This test passes if it doesn't crash. |
-<iframe src="data:text/plain,Hi"></iframe> |
+<iframe srcdoc="Hi"></iframe> |
Mike West
2017/02/15 11:36:15
I don't understand how this tests the change. Did
|
<script> |
frames[0].onunload = function () { |
document.open(); |