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