| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/fixed-move-after-scroll.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/fixed-move-after-scroll.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/fixed-move-after-scroll.html
|
| index 8f0c5887d020b71793bb0d460ecdc3b01c84dbb4..fa7303b225809c02a178ceba0b25c55f256674db 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/fixed-move-after-scroll.html
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/fixed-move-after-scroll.html
|
| @@ -9,9 +9,6 @@
|
| scrollBy(0, 200);
|
| runPaintInvalidationTest();
|
| }
|
| - window.expectedPaintInvalidationObjects = [
|
| - "LayoutBlockFlow (positioned) DIV id='toMove'",
|
| - ];
|
| function paintInvalidationTest()
|
| {
|
| document.getElementById('toMove').style.left = "150px";
|
|
|