| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/background-image-paint-invalidation.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/background-image-paint-invalidation.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/background-image-paint-invalidation.html
|
| index cd9a21fb9a00458b256184cd7d87986e0db389ba..3b0c2d05f82c36b57d90c125666f0b2cf33ca354 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/background-image-paint-invalidation.html
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/background-image-paint-invalidation.html
|
| @@ -6,10 +6,6 @@
|
| <script>
|
| // Tests that repaint when changing a document background image invalidates the whole document, not just the part that is visible on the screen.
|
|
|
| -window.expectedPaintInvalidationObjects = [
|
| - "LayoutView #document",
|
| - "LayoutBlockFlow BODY",
|
| -];
|
| function paintInvalidationTest() {
|
| document.body.style.background = 'url(../../../fast/repaint/resources/ducky.png)';
|
| }
|
|
|