Index: LayoutTests/virtual/softwarecompositing/iframes/overlapped-iframe-iframe-expected.txt |
diff --git a/LayoutTests/virtual/softwarecompositing/iframes/overlapped-iframe-iframe-expected.txt b/LayoutTests/virtual/softwarecompositing/iframes/overlapped-iframe-iframe-expected.txt |
index 7b4fa022338acbf8c67eeca91926b86f1093200f..01ddfefec61334aec89d4ca2f8788afae42d6b6e 100644 |
--- a/LayoutTests/virtual/softwarecompositing/iframes/overlapped-iframe-iframe-expected.txt |
+++ b/LayoutTests/virtual/softwarecompositing/iframes/overlapped-iframe-iframe-expected.txt |
@@ -1,83 +1,83 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (children 2 |
- (GraphicsLayer |
- (bounds 304.00 304.00) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (position 2.00 2.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 300.00 300.00) |
- (children 1 |
- (GraphicsLayer |
- (children 1 |
- (GraphicsLayer |
- (bounds 300.00 300.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 300.00 300.00) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (position 18.00 10.00) |
- (bounds 210.00 210.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (backgroundColor #0000FF) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- (GraphicsLayer |
- (position 250.00 0.00) |
- (bounds 304.00 304.00) |
- (drawsContent 1) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "children": [ |
+ { |
+ "bounds": [304, 304], |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [2, 2], |
+ "children": [ |
+ { |
+ "bounds": [300, 300], |
+ "children": [ |
+ { |
+ "children": [ |
+ { |
+ "bounds": [300, 300], |
+ "children": [ |
+ { |
+ "bounds": [300, 300], |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [18, 10], |
+ "bounds": [210, 210], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#0000FF" |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ }, |
+ { |
+ "position": [250, 0], |
+ "bounds": [304, 304], |
+ "drawsContent": true |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+} |
-------- |
Frame: '-->' |
-------- |
-(GraphicsLayer |
- (bounds 300.00 300.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 300.00 300.00) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (position 18.00 10.00) |
- (bounds 210.00 210.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (backgroundColor #0000FF) |
- ) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [300, 300], |
+ "children": [ |
+ { |
+ "bounds": [300, 300], |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [18, 10], |
+ "bounds": [210, 210], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#0000FF" |
+ } |
+ ] |
+ } |
+ ] |
+} |