Index: LayoutTests/platform/win/virtual/softwarecompositing/squashing/no-squashing-into-another-clip-layer-expected.txt |
diff --git a/LayoutTests/platform/win/virtual/softwarecompositing/squashing/no-squashing-into-another-clip-layer-expected.txt b/LayoutTests/platform/win/virtual/softwarecompositing/squashing/no-squashing-into-another-clip-layer-expected.txt |
index 7e0ca2d7a0f1c686e25ed478c9cb6c2a8df723f7..660bc2a9c8a5d6943fc4ddd0e9c62ede4b1a4cab 100644 |
--- a/LayoutTests/platform/win/virtual/softwarecompositing/squashing/no-squashing-into-another-clip-layer-expected.txt |
+++ b/LayoutTests/platform/win/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 211.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": [211, 100], |
+ "drawsContent": true, |
+ "backgroundColor": "#90EE90" |
+ } |
+ ] |
+ } |
+ ] |
+} |