Index: LayoutTests/virtual/softwarecompositing/layer-creation/overlap-animation-clipping-expected.txt |
diff --git a/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-animation-clipping-expected.txt b/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-animation-clipping-expected.txt |
index edcd6a7068e852fb674b79d4dacb181707434286..a6fd6a4981594c27d6f119e56b065a00f03a1e07 100644 |
--- a/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-animation-clipping-expected.txt |
+++ b/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-animation-clipping-expected.txt |
@@ -1,68 +1,83 @@ |
-(GraphicsLayer |
- (bounds 785.00 812.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 785.00 812.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (children 3 |
- (GraphicsLayer |
- (position 18.00 120.00) |
- (bounds 100.00 100.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (backgroundColor #0000FF) |
- (transform ...) |
- ) |
- (GraphicsLayer |
- (position 58.00 230.00) |
- (bounds 122.00 462.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (backgroundColor #FFFFFF) |
- (children 1 |
- (GraphicsLayer |
- (position 1.00 1.00) |
- (bounds 120.00 460.00) |
- (children 2 |
- (GraphicsLayer |
- (position 10.00 10.00) |
- (bounds 100.00 100.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (backgroundColor #808080) |
- (transform ...) |
- ) |
- (GraphicsLayer |
- (children 2 |
- (GraphicsLayer |
- (position 10.00 230.00) |
- (bounds 100.00 100.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (backgroundColor #0000FF) |
- (transform ...) |
- ) |
- (GraphicsLayer |
- (position 10.00 340.00) |
- (bounds 100.00 100.00) |
- (drawsContent 1) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- (GraphicsLayer |
- (position 18.00 702.00) |
- (bounds 100.00 100.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (backgroundColor #FFFF00) |
- ) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [785, 812], |
+ "children": [ |
+ { |
+ "bounds": [785, 812], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [18, 120], |
+ "bounds": [100, 100], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#0000FF", |
+ "transform": [ |
+ [...], |
+ [...], |
+ [...], |
+ [...] |
+ ] |
+ }, |
+ { |
+ "position": [58, 230], |
+ "bounds": [122, 462], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#FFFFFF", |
+ "children": [ |
+ { |
+ "position": [1, 1], |
+ "bounds": [120, 460], |
+ "children": [ |
+ { |
+ "position": [10, 10], |
+ "bounds": [100, 100], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#808080", |
+ "transform": [ |
+ [...], |
+ [...], |
+ [...], |
+ [...] |
+ ] |
+ }, |
+ { |
+ "children": [ |
+ { |
+ "position": [10, 230], |
+ "bounds": [100, 100], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#0000FF", |
+ "transform": [ |
+ [...], |
+ [...], |
+ [...], |
+ [...] |
+ ] |
+ }, |
+ { |
+ "position": [10, 340], |
+ "bounds": [100, 100], |
+ "drawsContent": true |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ }, |
+ { |
+ "position": [18, 702], |
+ "bounds": [100, 100], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#FFFF00" |
+ } |
+ ] |
+ } |
+ ] |
+} |