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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/replaced-clipped-positioned-not-wrong-incremental-repainting.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 <style> 4 <style>
5 #shiftMe { 5 #shiftMe {
6 position: relative; 6 position: relative;
7 left: -100px; 7 left: -100px;
8 } 8 }
9 9
10 .container { 10 .container {
(...skipping 18 matching lines...) Expand all
29 <script> 29 <script>
30 function repaintTest() 30 function repaintTest()
31 { 31 {
32 document.getElementById("shiftMe").style.left = "-20px"; 32 document.getElementById("shiftMe").style.left = "-20px";
33 } 33 }
34 34
35 window.addEventListener("load", runRepaintAndPixelTest, false); 35 window.addEventListener("load", runRepaintAndPixelTest, false);
36 </script> 36 </script>
37 </body> 37 </body>
38 </html> 38 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698