| Index: third_party/WebKit/LayoutTests/compositing/squashing/repaint-via-layout-offset-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/repaint-via-layout-offset-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/repaint-via-layout-offset-expected.txt
|
| index 1cc61f5b1be93a3bbb4071aacf5c5284d517477b..a3c5c9acb7540585aa0a4a3c400d66c1f209188d 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/squashing/repaint-via-layout-offset-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/squashing/repaint-via-layout-offset-expected.txt
|
| @@ -20,9 +20,17 @@
|
| "position": [50, 50],
|
| "bounds": [50, 50],
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 0, 50, 50],
|
| - [0, 0, 40, 40]
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) SPAN class='child embiggen'",
|
| + "rect": [0, 0, 40, 40],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) SPAN class='child embiggen'",
|
| + "rect": [0, 0, 50, 50],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|