| Index: LayoutTests/virtual/softwarecompositing/layer-creation/overlap-transformed-and-clipped-expected.txt
|
| diff --git a/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-transformed-and-clipped-expected.txt b/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-transformed-and-clipped-expected.txt
|
| index cd58d5adc40c4e251287d621ad5ad40ee199d24c..35bb92efb82e8ae9492596f5f3b28fab2d8ace5c 100644
|
| --- a/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-transformed-and-clipped-expected.txt
|
| +++ b/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-transformed-and-clipped-expected.txt
|
| @@ -1,39 +1,44 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 100.00 100.00)
|
| - (drawsContent 1)
|
| - (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [110.00 0.00 0.00 1.00])
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 100.00 100.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (children 2
|
| - (GraphicsLayer
|
| - (bounds 100.00 100.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (backgroundColor #FF0000)
|
| - )
|
| - (GraphicsLayer
|
| - (bounds 100.00 100.00)
|
| - (drawsContent 1)
|
| - )
|
| - )
|
| - )
|
| - )
|
| - )
|
| - )
|
| - )
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "children": [
|
| + {
|
| + "bounds": [100, 100],
|
| + "drawsContent": true,
|
| + "transform": [
|
| + [1, 0, 0, 0],
|
| + [0, 1, 0, 0],
|
| + [0, 0, 1, 0],
|
| + [110, 0, 0, 1]
|
| + ],
|
| + "children": [
|
| + {
|
| + "bounds": [100, 100],
|
| + "children": [
|
| + {
|
| + "children": [
|
| + {
|
| + "bounds": [100, 100],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#FF0000"
|
| + },
|
| + {
|
| + "bounds": [100, 100],
|
| + "drawsContent": true
|
| + }
|
| + ]
|
| + }
|
| + ]
|
| + }
|
| + ]
|
| + }
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|