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

Unified Diff: LayoutTests/http/tests/navigation/location-change-repeated-from-blank.html

Issue 187103002: id of iframe incorrectly sets window name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add back no-referrer-subframe.html Created 6 years, 9 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/location-change-repeated-from-blank.html
diff --git a/LayoutTests/http/tests/navigation/location-change-repeated-from-blank.html b/LayoutTests/http/tests/navigation/location-change-repeated-from-blank.html
index dc7557f424d757f200271ae1b2652ed586027a9a..9e6efec0dd196d0a42d185f901f041f2e8bd09af 100644
--- a/LayoutTests/http/tests/navigation/location-change-repeated-from-blank.html
+++ b/LayoutTests/http/tests/navigation/location-change-repeated-from-blank.html
@@ -4,7 +4,7 @@ This test checks the following case:<br>
* Set its location to about:blank<br>
* In a setTimeout(), navigate to a non-blank page<br>
The iframe navigations should not create new history entries, even though the non-blank navigation is after the load (there is only one history entry in the iframe context, and it is about:blank).
-<iframe id="i"></iframe>
+<iframe id="i" name="i"></iframe>
<script>
if (window.testRunner) {
testRunner.dumpAsText();

Powered by Google App Engine
This is Rietveld 408576698