Index: LayoutTests/platform/mac-snowleopard/virtual/softwarecompositing/iframes/connect-compositing-iframe3-expected.txt |
diff --git a/LayoutTests/platform/mac-snowleopard/virtual/softwarecompositing/iframes/connect-compositing-iframe3-expected.txt b/LayoutTests/platform/mac-snowleopard/virtual/softwarecompositing/iframes/connect-compositing-iframe3-expected.txt |
index ea89c59b7c1bea844594a3cc1de306e204c15673..b1bfb015db141970159c473a163d224fca932ba0 100644 |
--- a/LayoutTests/platform/mac-snowleopard/virtual/softwarecompositing/iframes/connect-compositing-iframe3-expected.txt |
+++ b/LayoutTests/platform/mac-snowleopard/virtual/softwarecompositing/iframes/connect-compositing-iframe3-expected.txt |
@@ -1,81 +1,81 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (position 8.00 8.00) |
- (bounds 370.00 220.00) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (position 35.00 35.00) |
- (children 2 |
- (GraphicsLayer |
- (bounds 285.00 150.00) |
- (children 1 |
- (GraphicsLayer |
- (children 1 |
- (GraphicsLayer |
- (bounds 285.00 230.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 285.00 230.00) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (position 18.00 10.00) |
- (bounds 210.00 210.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (backgroundColor #0000FF) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- (GraphicsLayer |
- (position 285.00 0.00) |
- (bounds 15.00 150.00) |
- (drawsContent 1) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [8, 8], |
+ "bounds": [370, 220], |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [35, 35], |
+ "children": [ |
+ { |
+ "bounds": [285, 150], |
+ "children": [ |
+ { |
+ "children": [ |
+ { |
+ "bounds": [285, 230], |
+ "children": [ |
+ { |
+ "bounds": [285, 230], |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [18, 10], |
+ "bounds": [210, 210], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#0000FF" |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ }, |
+ { |
+ "position": [285, 0], |
+ "bounds": [15, 150], |
+ "drawsContent": true |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+} |
-------- |
Frame: '<!--framePath //<!--frame0-->-->' |
-------- |
-(GraphicsLayer |
- (bounds 285.00 230.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 285.00 230.00) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (position 18.00 10.00) |
- (bounds 210.00 210.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (backgroundColor #0000FF) |
- ) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [285, 230], |
+ "children": [ |
+ { |
+ "bounds": [285, 230], |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [18, 10], |
+ "bounds": [210, 210], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#0000FF" |
+ } |
+ ] |
+ } |
+ ] |
+} |