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

Side by Side Diff: LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html

Issue 1133693002: Update most LayoutTests to be agnostic to scrollTopLeftInterop mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tdresser cr feedback Created 5 years, 7 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html style="background-color:#eeeeee; overflow:hidden"> 2 <html style="background-color:#eeeeee; overflow:hidden">
3 <script src="text-based-repaint.js"></script> 3 <script src="text-based-repaint.js"></script>
4 <script> 4 <script>
5 function repaintTest() { 5 function repaintTest() {
6 document.body.scrollTop = 20; 6 document.scrollingElement.scrollTop = 20;
7 } 7 }
8 </script> 8 </script>
9 <body onload="runRepaintTest()"> 9 <body onload="runRepaintTest()">
10 <div style="height:500px"> 10 <div style="height:500px">
11 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698