Index: LayoutTests/platform/mac/virtual/softwarecompositing/fixed-body-background-positioned-expected.txt |
diff --git a/LayoutTests/platform/mac/virtual/softwarecompositing/fixed-body-background-positioned-expected.txt b/LayoutTests/platform/mac/virtual/softwarecompositing/fixed-body-background-positioned-expected.txt |
index 62f3103d128ae3d7beb28c2eb6453b36011bfc0c..0e8eccc18a0e19cdd28423f93fbfddee795da947 100644 |
--- a/LayoutTests/platform/mac/virtual/softwarecompositing/fixed-body-background-positioned-expected.txt |
+++ b/LayoutTests/platform/mac/virtual/softwarecompositing/fixed-body-background-positioned-expected.txt |
@@ -1,40 +1,41 @@ |
-(GraphicsLayer |
- (children 1 |
- (GraphicsLayer |
- (children 2 |
- (GraphicsLayer |
- (bounds 785.00 600.00) |
- (children 2 |
- (GraphicsLayer |
- (transformOrigin 0.00 0.00) |
- (bounds 785.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- ) |
- (GraphicsLayer |
- (children 2 |
- (GraphicsLayer |
- (bounds 785.00 3700.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 785.00 3700.00) |
- (drawsContent 1) |
- ) |
- ) |
- ) |
- (GraphicsLayer |
- ) |
- ) |
- ) |
- ) |
- ) |
- (GraphicsLayer |
- (position 785.00 0.00) |
- (bounds 15.00 600.00) |
- (contentsOpaque 1) |
- ) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "children": [ |
+ { |
+ "children": [ |
+ { |
+ "bounds": [785, 600], |
+ "children": [ |
+ { |
+ "transformOrigin": [0, 0], |
+ "bounds": [785, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true |
+ }, |
+ { |
+ "children": [ |
+ { |
+ "bounds": [785, 3700], |
+ "children": [ |
+ { |
+ "bounds": [785, 3700], |
+ "drawsContent": true |
+ } |
+ ] |
+ }, |
+ { |
+ |
+ } |
+ ] |
+ } |
+ ] |
+ }, |
+ { |
+ "position": [785, 0], |
+ "bounds": [15, 600], |
+ "contentsOpaque": true |
+ } |
+ ] |
+ } |
+ ] |
+} |