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

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

Powered by Google App Engine
This is Rietveld 408576698