Index: LayoutTests/platform/mac/virtual/softwarecompositing/iframes/become-overlapped-iframe-expected.txt |
diff --git a/LayoutTests/platform/mac/virtual/softwarecompositing/iframes/become-overlapped-iframe-expected.txt b/LayoutTests/platform/mac/virtual/softwarecompositing/iframes/become-overlapped-iframe-expected.txt |
index 7b18e723cb143fae7deb2020f3e7a57c41bb58b6..a84fa074f6e00f022dd757346610f6aef7cc9ce5 100644 |
--- a/LayoutTests/platform/mac/virtual/softwarecompositing/iframes/become-overlapped-iframe-expected.txt |
+++ b/LayoutTests/platform/mac/virtual/softwarecompositing/iframes/become-overlapped-iframe-expected.txt |
@@ -1,89 +1,89 @@ |
-(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 58.00 58.00) |
- (bounds 350.00 200.00) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (position 15.00 15.00) |
- (children 2 |
- (GraphicsLayer |
- (bounds 305.00 170.00) |
- (children 1 |
- (GraphicsLayer |
- (children 1 |
- (GraphicsLayer |
- (bounds 305.00 230.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 305.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 305.00 0.00) |
- (bounds 15.00 170.00) |
- ) |
- ) |
- ) |
- ) |
- ) |
- (GraphicsLayer |
- (position 5.00 5.00) |
- (bounds 150.00 150.00) |
- (drawsContent 1) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "children": [ |
+ { |
+ "position": [58, 58], |
+ "bounds": [350, 200], |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [15, 15], |
+ "children": [ |
+ { |
+ "bounds": [305, 170], |
+ "children": [ |
+ { |
+ "children": [ |
+ { |
+ "bounds": [305, 230], |
+ "children": [ |
+ { |
+ "bounds": [305, 230], |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [18, 10], |
+ "bounds": [210, 210], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#0000FF" |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ }, |
+ { |
+ "position": [305, 0], |
+ "bounds": [15, 170] |
+ } |
+ ] |
+ } |
+ ] |
+ }, |
+ { |
+ "position": [5, 5], |
+ "bounds": [150, 150], |
+ "drawsContent": true |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+} |
-------- |
Frame: '-->' |
-------- |
-(GraphicsLayer |
- (bounds 305.00 230.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 305.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": [305, 230], |
+ "children": [ |
+ { |
+ "bounds": [305, 230], |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [18, 10], |
+ "bounds": [210, 210], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#0000FF" |
+ } |
+ ] |
+ } |
+ ] |
+} |