| Index: third_party/WebKit/LayoutTests/compositing/squashing/invalidate-when-leaving-squashed-layer-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/invalidate-when-leaving-squashed-layer-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/invalidate-when-leaving-squashed-layer-expected.txt
|
| index f30cb397448e34d649490bd630d5ff99aacf6031..1eee3eb2b73bee61bbcef6ca0794eacdcd057f76 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/squashing/invalidate-when-leaving-squashed-layer-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/squashing/invalidate-when-leaving-squashed-layer-expected.txt
|
| @@ -20,8 +20,12 @@
|
| "position": [50, 50],
|
| "bounds": [200, 200],
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 0, 200, 200]
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target'",
|
| + "rect": [0, 0, 200, 200],
|
| + "reason": "layer"
|
| + }
|
| ]
|
| }
|
| ]
|
| @@ -32,8 +36,12 @@
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "backgroundColor": "#ADD8E6",
|
| - "repaintRects": [
|
| - [0, 0, 200, 200]
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target'",
|
| + "rect": [0, 0, 200, 200],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|