| Index: third_party/WebKit/LayoutTests/paint/invalidation/compositing/invalidations-on-composited-layers-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/invalidations-on-composited-layers-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/invalidations-on-composited-layers-expected.txt
|
| index 2419376e003b812b1918b520bec61ce2c1d4eb22..bdac45f5d68a86de1df0d4907831ca241da3d08d 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/invalidations-on-composited-layers-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/invalidations-on-composited-layers-expected.txt
|
| @@ -1,44 +1,38 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV id='parent'",
|
| + "position": [8, 8],
|
| + "bounds": [400, 400],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#008000",
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='parent'",
|
| + "rect": [0, 0, 400, 400],
|
| + "reason": "style change"
|
| + }
|
| + ]
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (relative positioned) DIV id='child'",
|
| + "position": [50, 50],
|
| + "bounds": [75, 75],
|
| + "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "children": [
|
| + "backgroundColor": "#0000FF",
|
| + "paintInvalidations": [
|
| {
|
| - "name": "LayoutBlockFlow DIV id='parent'",
|
| - "position": [8, 8],
|
| - "bounds": [400, 400],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#008000",
|
| - "paintInvalidations": [
|
| - {
|
| - "object": "LayoutBlockFlow DIV id='parent'",
|
| - "rect": [0, 0, 400, 400],
|
| - "reason": "style change"
|
| - }
|
| - ],
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow (relative positioned) DIV id='child'",
|
| - "position": [50, 50],
|
| - "bounds": [75, 75],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#0000FF",
|
| - "paintInvalidations": [
|
| - {
|
| - "object": "LayoutBlockFlow (relative positioned) DIV id='child'",
|
| - "rect": [0, 0, 75, 75],
|
| - "reason": "style change"
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='child'",
|
| + "rect": [0, 0, 75, 75],
|
| + "reason": "style change"
|
| }
|
| ]
|
| }
|
|
|