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

Side by Side Diff: LayoutTests/fast/dom/Element/resources/scrollable-iframe-quirks.html

Issue 25767003: Revert "document.documentElement.scrollTop/Left is zero" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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
(Empty)
1 <head>
2 <style>
3 div {
4 height: 9999px;
5 width: 9999px;
6 }
7 </style>
8 <script>
9 function scroll() {
10 window.scrollTo(4000,5000);
11 parent.verifyTest()
12 }
13 </script>
14 </head>
15 <body onload="scroll()">
16 <div></div>
17 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/zoom-body-scroll.html ('k') | LayoutTests/fast/dom/Element/resources/scrollable-iframe-strict.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698