| Index: third_party/WebKit/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint-expected.txt
|
| index cdaa2f634e544225fcf8aaeb5cca3fcfec5a50bf..42013dae994f24408ffda61c4858e92505372dfa 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint-expected.txt
|
| @@ -17,10 +17,22 @@
|
| "position": [55, 55],
|
| "bounds": [500, 500],
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [55, 55, 500, 500],
|
| - [0, 0, 500, 500],
|
| - [0, 0, 50, 50]
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV",
|
| + "rect": [55, 55, 500, 500],
|
| + "reason": "layer"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV",
|
| + "rect": [0, 0, 500, 500],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='to-be-removed'",
|
| + "rect": [0, 0, 50, 50],
|
| + "reason": "layoutObject removal"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|