| Index: third_party/WebKit/LayoutTests/compositing/images/clip-on-directly-composited-image-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/images/clip-on-directly-composited-image-expected.txt b/third_party/WebKit/LayoutTests/compositing/images/clip-on-directly-composited-image-expected.txt
|
| index 6b082be736f14dbca3772ab3f3efc60dbbc562b9..96e7f667444a86316b33c58cf437b0bd6576f05c 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/images/clip-on-directly-composited-image-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/images/clip-on-directly-composited-image-expected.txt
|
| @@ -1,22 +1,18 @@
|
|
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutImage (positioned) IMG class='composited'",
|
| - "position": [210, 23],
|
| - "transformOrigin": [90, 90],
|
| - "bounds": [140, 140],
|
| - "drawsContent": true
|
| - }
|
| - ]
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutImage (positioned) IMG class='composited'",
|
| + "position": [210, 23],
|
| + "transformOrigin": [90, 90],
|
| + "bounds": [140, 140],
|
| + "drawsContent": true
|
| }
|
| ]
|
| }
|
|
|