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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/subtree-root-clip.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 <script> 5 <script>
6 function repaintTest() 6 function repaintTest()
7 { 7 {
8 document.getElementById("inner").style.width = "0"; 8 document.getElementById("inner").style.width = "0";
9 } 9 }
10 </script> 10 </script>
11 </head> 11 </head>
12 <body onload="runRepaintAndPixelTest()"> 12 <body onload="runRepaintAndPixelTest()">
13 <div style="float: left; overflow: hidden; width: 100px; height: 100px; backgrou nd-color: green;"> 13 <div style="float: left; overflow: hidden; width: 100px; height: 100px; backgrou nd-color: green;">
14 <div id="inner" style="width: 100px; height: 100px; background-color: red;"> </div> 14 <div id="inner" style="width: 100px; height: 100px; background-color: red;"> </div>
15 </div> 15 </div>
16 </body> 16 </body>
17 </html> 17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698