| Index: third_party/WebKit/LayoutTests/paint/invalidation/compositing/containing-block-added-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/containing-block-added-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/containing-block-added-expected.txt
|
| index db951d956eb5b4856a2ed2a468201e490b1dd55e..efcdddbd87e5fa356115795f77a7ec4c9068a3e0 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/containing-block-added-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/containing-block-added-expected.txt
|
| @@ -1,7 +1,5 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| @@ -13,22 +11,20 @@
|
| "rect": [50, 50, 75, 75],
|
| "reason": "subtree"
|
| }
|
| - ],
|
| - "children": [
|
| + ]
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV id='container'",
|
| + "position": [200, 100],
|
| + "transformOrigin": [50, 50],
|
| + "bounds": [125, 125],
|
| + "drawsContent": true,
|
| + "backgroundColor": "#0000FF",
|
| + "paintInvalidations": [
|
| {
|
| - "name": "LayoutBlockFlow (positioned) DIV id='container'",
|
| - "position": [200, 100],
|
| - "transformOrigin": [50, 50],
|
| - "bounds": [125, 125],
|
| - "drawsContent": true,
|
| - "backgroundColor": "#0000FF",
|
| - "paintInvalidations": [
|
| - {
|
| - "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
|
| - "rect": [50, 50, 75, 75],
|
| - "reason": "style change"
|
| - }
|
| - ]
|
| + "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
|
| + "rect": [50, 50, 75, 75],
|
| + "reason": "style change"
|
| }
|
| ]
|
| }
|
|
|