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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/overflow-move-after-scroll.html

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="resources/text-based-repaint.js"></script> 4 <script src="resources/text-based-repaint.js"></script>
5 <style> 5 <style>
6 6
7 #scroller { 7 #scroller {
8 position: absolute; 8 position: absolute;
9 left: 10px; 9 left: 10px;
10 top: 60px; 10 top: 60px;
(...skipping 29 matching lines...) Expand all
40 40
41 function repaintTest() 41 function repaintTest()
42 { 42 {
43 document.querySelector("#scroller").scrollTop = 100; 43 document.querySelector("#scroller").scrollTop = 100;
44 document.querySelector("#block").style.left = '50px'; 44 document.querySelector("#block").style.left = '50px';
45 } 45 }
46 46
47 </script> 47 </script>
48 </body> 48 </body>
49 </html> 49 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698