| Index: LayoutTests/virtual/softwarecompositing/geometry/limit-layer-bounds-positioned-expected.txt
|
| diff --git a/LayoutTests/virtual/softwarecompositing/geometry/limit-layer-bounds-positioned-expected.txt b/LayoutTests/virtual/softwarecompositing/geometry/limit-layer-bounds-positioned-expected.txt
|
| index 6ee02b92f9e47f34f06ce689225acc4ce1a708c2..24425f0dc00bacd43328414978e7093bf9f0989f 100644
|
| --- a/LayoutTests/virtual/softwarecompositing/geometry/limit-layer-bounds-positioned-expected.txt
|
| +++ b/LayoutTests/virtual/softwarecompositing/geometry/limit-layer-bounds-positioned-expected.txt
|
| @@ -1,27 +1,27 @@
|
| Text here
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (children 2
|
| - (GraphicsLayer
|
| - (position 29.00 29.00)
|
| - (bounds 100.00 100.00)
|
| - )
|
| - (GraphicsLayer
|
| - (position -9971.00 8.00)
|
| - (bounds 10121.00 142.00)
|
| - (drawsContent 1)
|
| - )
|
| - )
|
| - )
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "children": [
|
| + {
|
| + "children": [
|
| + {
|
| + "position": [29, 29],
|
| + "bounds": [100, 100]
|
| + },
|
| + {
|
| + "position": [-9971, 8],
|
| + "bounds": [10121, 142],
|
| + "drawsContent": true
|
| + }
|
| + ]
|
| + }
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|