| Index: third_party/WebKit/LayoutTests/compositing/will-change/containing-block-added-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-added-expected.txt b/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-added-expected.txt
|
| index 65e90a6823110cefc5407b5da0cd47e6651516ff..8746050832753c50d61c108e4f22c917c527e000 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-added-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-added-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [50, 50, 75, 75]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV class='fixed'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
|
| + "rect": [50, 50, 75, 75],
|
| + "reason": "layer"
|
| + }
|
| ],
|
| "children": [
|
| {
|
| @@ -18,11 +19,12 @@
|
| "bounds": [125, 125],
|
| "drawsContent": true,
|
| "backgroundColor": "#0000FF",
|
| - "repaintRects": [
|
| - [50, 50, 75, 75]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV class='fixed'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
|
| + "rect": [50, 50, 75, 75],
|
| + "reason": "bounds change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|