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

Unified Diff: LayoutTests/http/tests/navigation/lockedhistory-iframe.html

Issue 679863002: Revert "Prepare blink to unify definitions of load completion" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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: LayoutTests/http/tests/navigation/lockedhistory-iframe.html
diff --git a/LayoutTests/http/tests/navigation/lockedhistory-iframe.html b/LayoutTests/http/tests/navigation/lockedhistory-iframe.html
index e0c9a9c1b043f57e88ddc3f5e805cfb9aa7c2e7f..a7a3134320df17642bec361c74675c06eec3612c 100644
--- a/LayoutTests/http/tests/navigation/lockedhistory-iframe.html
+++ b/LayoutTests/http/tests/navigation/lockedhistory-iframe.html
@@ -15,7 +15,7 @@ function myCallbackFunction() {
<p>This test verifies that setting the iframe.src through javascript to # does not add a history item. If the test passes you'll see only one history item.</p>
<script type="text/javascript">
myFrame = document.createElement("iframe");
-myFrame.src = "javascript:document.write('<script type=text/javascript>window.parent.myCallbackFunction();<\/script>'); document.close()";
+myFrame.src = "javascript:document.write('<script type=text/javascript>window.parent.myCallbackFunction();<\/script>');";
document.body.appendChild(myFrame);
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698