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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/percent-minheight-resize-expected.html

Issue 2327223002: Move all remaining fast/repaint tests 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> 4 <script>
5 function repaintTest() 5 function repaintTest()
6 { 6 {
7 document.getElementById('resize-target').style.height = '200px'; 7 document.getElementById('resize-target').style.height = '200px';
8 } 8 }
9 </script> 9 </script>
10 </head> 10 </head>
11 11
12 <body style="margin: 0; padding: 0; overflow: hidden;" onload="repaintTest()"> 12 <body style="margin: 0; padding: 0; overflow: hidden;" onload="repaintTest()">
13 <div id="resize-target" style="width: 400px; height: 400px; position: absolute ;"></div> 13 <div id="resize-target" style="width: 400px; height: 400px; position: absolute ;"></div>
14 14
15 <div style="width: 100px; height: 100px; background-color: green; position: ab solute;"></div> 15 <div style="width: 100px; height: 100px; background-color: green; position: ab solute;"></div>
16 </body> 16 </body>
17 </html> 17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698