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