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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/view-background-from-body-1.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 <head> 1 <head>
2 <!-- The html element steals body's red background whether body has a box or not. --> 2 <!-- The html element steals body's red background whether body has a box or not. -->
3 <script type="text/javascript"> 3 <script type="text/javascript">
4 if (window.testRunner) 4 if (window.testRunner)
5 window.testRunner.dumpAsTextWithPixelResults(); 5 window.testRunner.dumpAsTextWithPixelResults();
6 function runTest() 6 function runTest()
7 { 7 {
8 document.body.style.display = "none"; 8 document.body.style.display = "none";
9 } 9 }
10 </script> 10 </script>
11 </head> 11 </head>
12 <body onload="runTest();" style="margin: 50px; background-color: red;"> 12 <body onload="runTest();" style="margin: 50px; background-color: red;">
13 </body> 13 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698