| Index: third_party/WebKit/LayoutTests/paint/invalidation/compositing/containing-block-removed-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/containing-block-removed-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/containing-block-removed-expected.txt
|
| index 09fc2e82b5dad61d7ea502565da888ae8bff42ea..73face370c3aa331aa023e72d82857bfb404b0cb 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/containing-block-removed-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/containing-block-removed-expected.txt
|
| @@ -1,8 +1,6 @@
|
| CONSOLE MESSAGE: line 30: debug
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| @@ -14,32 +12,30 @@ CONSOLE MESSAGE: line 30: debug
|
| "rect": [50, 50, 75, 75],
|
| "reason": "style change"
|
| }
|
| - ],
|
| - "children": [
|
| + ]
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV id='container'",
|
| + "position": [200, 100],
|
| + "bounds": [100, 100],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#0000FF",
|
| + "paintInvalidations": [
|
| {
|
| - "name": "LayoutBlockFlow (positioned) DIV id='container'",
|
| - "position": [200, 100],
|
| - "bounds": [100, 100],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#0000FF",
|
| - "paintInvalidations": [
|
| - {
|
| - "object": "LayoutBlockFlow (positioned) DIV id='container'",
|
| - "rect": [0, 0, 100, 100],
|
| - "reason": "style change"
|
| - },
|
| - {
|
| - "object": "LayoutBlockFlow (positioned) DIV id='container'",
|
| - "rect": [0, 0, 100, 100],
|
| - "reason": "subtree"
|
| - },
|
| - {
|
| - "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
|
| - "rect": [50, 50, 75, 75],
|
| - "reason": "subtree"
|
| - }
|
| - ]
|
| + "object": "LayoutBlockFlow (positioned) DIV id='container'",
|
| + "rect": [0, 0, 100, 100],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='container'",
|
| + "rect": [0, 0, 100, 100],
|
| + "reason": "subtree"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
|
| + "rect": [50, 50, 75, 75],
|
| + "reason": "subtree"
|
| }
|
| ]
|
| }
|
|
|