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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <html>This test should scroll recursively to reveal the button. 1 <html>This test should scroll recursively to reveal the button.
2 <body onload="document.getElementById('fr').contentDocument.getElementById('bt') .focus();"> 2 <body onload="document.getElementById('fr').contentDocument.getElementById('bt') .focus();">
3 <script>if(window.testRunner) testRunner.dumpChildFrameScrollPositions();</scrip t> 3 <script>if(window.testRunner) testRunner.dumpChildFrameScrollPositions();</scrip t>
4 <div style="height:500px"></div> 4 <div style="height:500px"></div>
5 <iframe src="resources/scrollButton1.html" id="fr" name="fr"></iframe> 5 <iframe src="resources/scrollButton1.html" id="fr"></iframe>
6 <div style="height:500px"></div> 6 <div style="height:500px"></div>
7 </body> 7 </body>
8 </html> 8 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698