Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1660)

Unified Diff: third_party/WebKit/LayoutTests/fast/parser/tokenizer-close-during-document-write.html

Issue 1611523002: Require the entry document to have the same origin as the open()d document (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/parser/tokenizer-close-during-document-write.html
diff --git a/third_party/WebKit/LayoutTests/fast/parser/tokenizer-close-during-document-write.html b/third_party/WebKit/LayoutTests/fast/parser/tokenizer-close-during-document-write.html
index 67cf5e7929edde59bffa8cf289dcee0d9cc240fe..cb2534125acbe2d35a9037df18a141a32bf6b5d4 100644
--- a/third_party/WebKit/LayoutTests/fast/parser/tokenizer-close-during-document-write.html
+++ b/third_party/WebKit/LayoutTests/fast/parser/tokenizer-close-during-document-write.html
@@ -2,7 +2,7 @@
<p>Test for <a href='https://bugs.webkit.org/show_bug.cgi?id=39008'>bug 39008</a>:
Webkit crashes on clicking back button when in hotmail.</p>
<div id="result">Running...</div>
-<iframe src="data:text/html,"></iframe>
+<iframe></iframe>
<script>
if (window.testRunner)
testRunner.dumpAsText();

Powered by Google App Engine
This is Rietveld 408576698