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

Unified Diff: LayoutTests/fast/overflow/scrollRevealButton.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/overflow/scrollRevealButton.html
diff --git a/LayoutTests/fast/overflow/scrollRevealButton.html b/LayoutTests/fast/overflow/scrollRevealButton.html
index c94e27c441232ad29146003b616bf642c0d596e1..3d0646cdc4d9af5c35033ec3d75abacc11df6380 100644
--- a/LayoutTests/fast/overflow/scrollRevealButton.html
+++ b/LayoutTests/fast/overflow/scrollRevealButton.html
@@ -2,7 +2,7 @@
<body onload="document.getElementById('fr').contentDocument.getElementById('bt').focus();">
<script>if(window.testRunner) testRunner.dumpChildFrameScrollPositions();</script>
<div style="height:500px"></div>
-<iframe src="resources/scrollButton1.html" id="fr" name="fr"></iframe>
+<iframe src="resources/scrollButton1.html" id="fr"></iframe>
<div style="height:500px"></div>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698