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

Side by Side Diff: LayoutTests/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled.html

Issue 8520027: Merge 99752 - REGRESSION (r93614): Content remains despite parent element being scrolled off page... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/912/
Patch Set: Created 9 years, 1 month 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="resources/repaint.js" type="text/javascript"></script> 4 <script src="resources/repaint.js" type="text/javascript"></script>
5 <script> 5 <script>
6 function repaintTest() { 6 function repaintTest() {
7 // Now scroll once in the #innerDiv to the green area. 7 // Now scroll once in the #innerDiv to the green area.
8 if (window.eventSender) 8 if (window.eventSender)
9 eventSender.mouseScrollBy(0, -10); 9 eventSender.mouseScrollBy(0, -10);
10 } 10 }
(...skipping 18 matching lines...) Expand all
29 29
30 // Scroll the #outerDiv until we reach the #innerDiv. 30 // Scroll the #outerDiv until we reach the #innerDiv.
31 eventSender.mouseMoveTo(50, 50); 31 eventSender.mouseMoveTo(50, 50);
32 eventSender.mouseScrollBy(0, -8); 32 eventSender.mouseScrollBy(0, -8);
33 } else { 33 } else {
34 document.write("This test is better run under DumpRenderTree. To manually te st it, continuously scroll down on the top-most element. There should be no repa int issue."); 34 document.write("This test is better run under DumpRenderTree. To manually te st it, continuously scroll down on the top-most element. There should be no repa int issue.");
35 } 35 }
36 </script> 36 </script>
37 </body> 37 </body>
38 </html> 38 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698