Index: LayoutTests/platform/mac-snowleopard/virtual/softwarecompositing/iframes/iframe-resize-expected.txt |
diff --git a/LayoutTests/platform/mac-snowleopard/virtual/softwarecompositing/iframes/iframe-resize-expected.txt b/LayoutTests/platform/mac-snowleopard/virtual/softwarecompositing/iframes/iframe-resize-expected.txt |
index a87263f962da52bd7aa554f3eba1cc92cc122289..e1a1748ebf888a684e6a01b1cd0018a76ce87d54 100644 |
--- a/LayoutTests/platform/mac-snowleopard/virtual/softwarecompositing/iframes/iframe-resize-expected.txt |
+++ b/LayoutTests/platform/mac-snowleopard/virtual/softwarecompositing/iframes/iframe-resize-expected.txt |
@@ -1,90 +1,90 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (children 2 |
- (GraphicsLayer |
- (position 8.00 8.00) |
- (bounds 470.00 190.00) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (position 35.00 35.00) |
- (children 2 |
- (GraphicsLayer |
- (bounds 385.00 120.00) |
- (children 1 |
- (GraphicsLayer |
- (children 1 |
- (GraphicsLayer |
- (bounds 385.00 230.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 385.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 385.00 0.00) |
- (bounds 15.00 120.00) |
- (drawsContent 1) |
- ) |
- ) |
- ) |
- ) |
- ) |
- (GraphicsLayer |
- (position 5.00 5.00) |
- (bounds 50.00 50.00) |
- (drawsContent 1) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "children": [ |
+ { |
+ "position": [8, 8], |
+ "bounds": [470, 190], |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [35, 35], |
+ "children": [ |
+ { |
+ "bounds": [385, 120], |
+ "children": [ |
+ { |
+ "children": [ |
+ { |
+ "bounds": [385, 230], |
+ "children": [ |
+ { |
+ "bounds": [385, 230], |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [18, 10], |
+ "bounds": [210, 210], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#0000FF" |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ }, |
+ { |
+ "position": [385, 0], |
+ "bounds": [15, 120], |
+ "drawsContent": true |
+ } |
+ ] |
+ } |
+ ] |
+ }, |
+ { |
+ "position": [5, 5], |
+ "bounds": [50, 50], |
+ "drawsContent": true |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+} |
-------- |
Frame: '-->' |
-------- |
-(GraphicsLayer |
- (bounds 385.00 230.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 385.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": [385, 230], |
+ "children": [ |
+ { |
+ "bounds": [385, 230], |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [18, 10], |
+ "bounds": [210, 210], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#0000FF" |
+ } |
+ ] |
+ } |
+ ] |
+} |