Index: LayoutTests/platform/linux/virtual/softwarecompositing/backing/no-backing-for-clip-overlap-expected.txt |
diff --git a/LayoutTests/platform/linux/virtual/softwarecompositing/backing/no-backing-for-clip-overlap-expected.txt b/LayoutTests/platform/linux/virtual/softwarecompositing/backing/no-backing-for-clip-overlap-expected.txt |
index 11ac6160bb2199ab517c812690a1cfb995bf038a..1ed7eb565cdaebe4207eae9ee24950f83dc2c624 100644 |
--- a/LayoutTests/platform/linux/virtual/softwarecompositing/backing/no-backing-for-clip-overlap-expected.txt |
+++ b/LayoutTests/platform/linux/virtual/softwarecompositing/backing/no-backing-for-clip-overlap-expected.txt |
@@ -1,54 +1,54 @@ |
This layer should not have backing store. |
This layer should have backing store. |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (children 2 |
- (GraphicsLayer |
- (position 8.00 8.00) |
- (bounds 342.00 182.00) |
- (children 1 |
- (GraphicsLayer |
- (position 1.00 1.00) |
- (bounds 340.00 180.00) |
- (children 1 |
- (GraphicsLayer |
- (position 30.00 50.00) |
- (bounds 100.00 100.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (backgroundColor #C0C0C0) |
- ) |
- ) |
- ) |
- ) |
- ) |
- (GraphicsLayer |
- (position 8.00 180.00) |
- (bounds 342.00 182.00) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (position 1.00 1.00) |
- (bounds 340.00 180.00) |
- (children 1 |
- (GraphicsLayer |
- (position 30.00 50.00) |
- (bounds 100.00 100.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (backgroundColor #C0C0C0) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [8, 8], |
+ "bounds": [342, 182], |
+ "children": [ |
+ { |
+ "position": [1, 1], |
+ "bounds": [340, 180], |
+ "children": [ |
+ { |
+ "position": [30, 50], |
+ "bounds": [100, 100], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#C0C0C0" |
+ } |
+ ] |
+ } |
+ ] |
+ }, |
+ { |
+ "position": [8, 180], |
+ "bounds": [342, 182], |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [1, 1], |
+ "bounds": [340, 180], |
+ "children": [ |
+ { |
+ "position": [30, 50], |
+ "bounds": [100, 100], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#C0C0C0" |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+} |