| Index: third_party/WebKit/LayoutTests/compositing/images/direct-image-dynamic-border-draws-content-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/images/direct-image-dynamic-border-draws-content-expected.txt b/third_party/WebKit/LayoutTests/compositing/images/direct-image-dynamic-border-draws-content-expected.txt
|
| index 7cb65378db9651516c573c8eb9b6ce883bf5a8e1..9afede49d1f6379f617ed81d828163dc586354a0 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/images/direct-image-dynamic-border-draws-content-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/images/direct-image-dynamic-border-draws-content-expected.txt
|
| @@ -2,21 +2,17 @@
|
| layer tree before image style change
|
|
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutImage IMG class='composited'",
|
| - "position": [8, 8],
|
| - "bounds": [256, 256]
|
| - }
|
| - ]
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutImage IMG class='composited'",
|
| + "position": [8, 8],
|
| + "bounds": [256, 256]
|
| }
|
| ]
|
| }
|
| @@ -24,22 +20,18 @@ layer tree before image style change
|
| layer tree after image style change
|
|
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutImage IMG class='composited border'",
|
| - "position": [8, 8],
|
| - "bounds": [260, 260],
|
| - "drawsContent": true
|
| - }
|
| - ]
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutImage IMG class='composited border'",
|
| + "position": [8, 8],
|
| + "bounds": [260, 260],
|
| + "drawsContent": true
|
| }
|
| ]
|
| }
|
|
|