| Index: third_party/WebKit/LayoutTests/paint/invalidation/spv2/dont-invalidate-root-layer-when-composited-layer-becomes-visible.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/dont-invalidate-root-layer-when-composited-layer-becomes-visible.html b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/dont-invalidate-root-layer-when-composited-layer-becomes-visible.html
|
| index a6f0f2cf51480e959a6d8850d79c60d880f81733..a3709e23c3bf85ae4d45ffe2fd17de9b9f89e25d 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/dont-invalidate-root-layer-when-composited-layer-becomes-visible.html
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/spv2/dont-invalidate-root-layer-when-composited-layer-becomes-visible.html
|
| @@ -8,9 +8,6 @@
|
| runPaintInvalidationTest();
|
| };
|
|
|
| - window.expectedPaintInvalidationObjects = [
|
| - "LayoutBlockFlow (positioned) DIV id='target'",
|
| - ];
|
| function paintInvalidationTest() {
|
| document.getElementById('target').style.visibility = 'visible';
|
| }
|
|
|