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

Unified Diff: LayoutTests/fast/history/same-document-iframes-changing-fragment.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-fragment.html
diff --git a/LayoutTests/fast/history/same-document-iframes-changing-fragment.html b/LayoutTests/fast/history/same-document-iframes-changing-fragment.html
index 33219f04817768b105a3bba632680d862270545c..08ce35efcdb893fbc358731b8588cb88a4940025 100644
--- a/LayoutTests/fast/history/same-document-iframes-changing-fragment.html
+++ b/LayoutTests/fast/history/same-document-iframes-changing-fragment.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