Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/transform-replaced-shadows.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.
Jump to:
View unified diff |
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Scaling and box-shadow</title> 3 <title>Scaling and box-shadow</title>
4 <style type="text/css" media="screen"> 4 <style type="text/css" media="screen">
5 #box { 5 #box {
6 height: 100px; 6 height: 100px;
7 width: 100px; 7 width: 100px;
8 margin: 20px; 8 margin: 20px;
9 background-color: gray; 9 background-color: gray;
10 -webkit-transform-origin: top left; 10 -webkit-transform-origin: top left;
(...skipping 13 matching lines...)
24 document.getElementById('box').className = 'smaller'; 24 document.getElementById('box').className = 'smaller';
25 } 25 }
26 </script> 26 </script>
27 </head> 27 </head>
28 <body onload="runRepaintAndPixelTest()"> 28 <body onload="runRepaintAndPixelTest()">
29 29
30 <img id="box"> 30 <img id="box">
31 31
32 </body> 32 </body>
33 </html> 33 </html>
OLDNEW

Powered by Google App Engine