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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/overflow-scroll-after-move.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 27 matching lines...) Expand all
38 38
39 function repaintTest() 39 function repaintTest()
40 { 40 {
41 document.querySelector("#block").style.top = '310px'; 41 document.querySelector("#block").style.top = '310px';
42 document.querySelector("#scroller").scrollTop = 150; 42 document.querySelector("#scroller").scrollTop = 150;
43 } 43 }
44 44
45 </script> 45 </script>
46 </body> 46 </body>
47 </html> 47 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698