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

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

Issue 184633004: Revert 168553 "id of iframe incorrectly sets window name" (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 years, 10 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: trunk/LayoutTests/http/tests/navigation/location-change-repeated-from-blank.html
===================================================================
--- trunk/LayoutTests/http/tests/navigation/location-change-repeated-from-blank.html (revision 168578)
+++ trunk/LayoutTests/http/tests/navigation/location-change-repeated-from-blank.html (working copy)
@@ -4,7 +4,7 @@
* 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" name="i"></iframe>
+<iframe id="i"></iframe>
<script>
if (window.testRunner) {
testRunner.dumpAsText();

Powered by Google App Engine
This is Rietveld 408576698