| Index: third_party/WebKit/LayoutTests/compositing/layer-creation/compositing-reason-removed-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/compositing-reason-removed-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-creation/compositing-reason-removed-expected.txt
|
| index 8af78cfc26bcd242b8fa25a430076945267f8e45..a6f9eb0be1bcd133bbda64ea6df6fde55d4a91d5 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/layer-creation/compositing-reason-removed-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/compositing-reason-removed-expected.txt
|
| @@ -5,8 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 8, 30, 30]
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='square'",
|
| + "rect": [8, 8, 30, 30],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|