Index: LayoutTests/platform/win-xp/virtual/softwarecompositing/squashing/no-squashing-into-another-clip-layer-expected.txt |
diff --git a/LayoutTests/platform/win-xp/virtual/softwarecompositing/squashing/no-squashing-into-another-clip-layer-expected.txt b/LayoutTests/platform/win-xp/virtual/softwarecompositing/squashing/no-squashing-into-another-clip-layer-expected.txt |
index f3f4361ab0e834efe519fa3df323d591993155e9..0ccd7d78e25919f851115b1846b9d50c78534a4a 100644 |
--- a/LayoutTests/platform/win-xp/virtual/softwarecompositing/squashing/no-squashing-into-another-clip-layer-expected.txt |
+++ b/LayoutTests/platform/win-xp/virtual/softwarecompositing/squashing/no-squashing-into-another-clip-layer-expected.txt |
@@ -1,39 +1,39 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (children 2 |
- (GraphicsLayer |
- (position 8.00 8.00) |
- (bounds 784.00 10.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (backgroundColor #ADD8E6) |
- (children 1 |
- (GraphicsLayer |
- (bounds 784.00 10.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 784.00 10.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (backgroundColor #F5F5F5) |
- ) |
- ) |
- ) |
- ) |
- ) |
- (GraphicsLayer |
- (position 8.00 0.00) |
- (bounds 216.00 100.00) |
- (drawsContent 1) |
- (backgroundColor #90EE90) |
- ) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [8, 8], |
+ "bounds": [784, 10], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#ADD8E6", |
+ "children": [ |
+ { |
+ "bounds": [784, 10], |
+ "children": [ |
+ { |
+ "bounds": [784, 10], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#F5F5F5" |
+ } |
+ ] |
+ } |
+ ] |
+ }, |
+ { |
+ "position": [8, 0], |
+ "bounds": [216, 100], |
+ "drawsContent": true, |
+ "backgroundColor": "#90EE90" |
+ } |
+ ] |
+ } |
+ ] |
+} |