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

Unified Diff: LayoutTests/fast/history/same-document-iframes-changing-pushstate.html

Issue 196523007: Revert of id of iframe incorrectly sets window name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/fast/history/same-document-iframes-changing-pushstate.html
diff --git a/LayoutTests/fast/history/same-document-iframes-changing-pushstate.html b/LayoutTests/fast/history/same-document-iframes-changing-pushstate.html
index 324a6d64b3ba30138c9f12b8f59431848e480d9a..1c66692ac89f2e7e9167506e72344b3db703f0c8 100644
--- a/LayoutTests/fast/history/same-document-iframes-changing-pushstate.html
+++ b/LayoutTests/fast/history/same-document-iframes-changing-pushstate.html
@@ -7,8 +7,8 @@
<p id="description"></p>
<pre id="console"></pre>
-<iframe src="data:text/plain,iframe1" id="iframe1" name="iframe1"></iframe>
-<iframe src="data:text/plain,iframe2" id="iframe2" name="iframe2"></iframe>
+<iframe src="data:text/plain,iframe1" id="iframe1"></iframe>
+<iframe src="data:text/plain,iframe2" id="iframe2"></iframe>
<script>
var wentBack = false;
@@ -62,4 +62,4 @@
var jsTestIsAsync = true;
</script>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698