| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/fixed-child-of-fixed-move-after-scroll.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/fixed-child-of-fixed-move-after-scroll.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/fixed-child-of-fixed-move-after-scroll.html
|
| index 27200401a0482cc6bea49e5fa72f419ff3fe18c9..9f0658d6cb878cbd63fad4f54ce6813ba363c04d 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/fixed-child-of-fixed-move-after-scroll.html
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/fixed-child-of-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";
|
|
|