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