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

Side by Side Diff: LayoutTests/fast/repaint/view-background-from-body-1.html

Issue 1145993002: Refactor root element background painting (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase, adding back TestExpectation Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
1 <head> 1 <head>
2 <!-- The entire viewport should be white, with no red margin. --> 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/transforms/transformed-document-element.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698