Chromium Code Reviews| Index: LayoutTests/fast/repaint/view-background-from-body-1.html |
| diff --git a/LayoutTests/fast/repaint/view-background-from-body-1.html b/LayoutTests/fast/repaint/view-background-from-body-1.html |
| index 17b963dcdc0a6ef33b1c75b0fcf09f9a6e6583f6..e68b75d8938d6419dc4085cec6946066e296304e 100644 |
| --- a/LayoutTests/fast/repaint/view-background-from-body-1.html |
| +++ b/LayoutTests/fast/repaint/view-background-from-body-1.html |
| @@ -1,5 +1,5 @@ |
| <head> |
| - <!-- The entire viewport should be white, with no red margin. --> |
| + <!-- The html element steals body's red background whether body has a box or not. --> |
| <script type="text/javascript"> |
| if (window.testRunner) |
| window.testRunner.dumpAsTextWithPixelResults(); |