| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/invalidate-after-composited-scroll-of-window.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/invalidate-after-composited-scroll-of-window.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/invalidate-after-composited-scroll-of-window.html
|
| index a0a12d61b6d92833eded3581b5a4202263e7bb0b..01f2a850b94604522f13b8a9e1839689c6cdc2cc 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/invalidate-after-composited-scroll-of-window.html
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/invalidate-after-composited-scroll-of-window.html
|
| @@ -8,9 +8,6 @@
|
| <script src="resources/paint-invalidation-test.js"></script>
|
| Tests that invalidation of a div after scrolling invalidates just the div and no other area.
|
| <script>
|
| -window.expectedPaintInvalidationObjects = [
|
| - "LayoutBlockFlow DIV id='target'",
|
| -];
|
| function paintInvalidationTest() {
|
| window.scrollBy(0, 2350);
|
| target.style.background = "papayawhip";
|
|
|