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

Side by Side Diff: LayoutTests/fast/dom/Element/resources/overflow-hidden-scrollable-body-quirks.html

Issue 51553002: Fix body.scrollTop/Left for scrollable <body> tags (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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
OLDNEW
(Empty)
1 <html style=overflow:scroll>
2 <head>
3 <script>
4 function scroll() {
5 document.body.scrollLeft = 200;
6 document.body.scrollTop = 200;
7 parent.verifyTest()
8 }
9 </script>
10 </head>
11
12 <body style=overflow:hidden;width:100px;height:100px onload="scroll()">
13 <div style=position:absolute;width:5000px;border:dotted></div>
14 a<br>b<br>c<br>d<br>e<br>f<br>g<br>h<br>i<br>j<br>k<br>l<br>m<br>n<br>o<br>p<br> q
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698