Index: LayoutTests/virtual/softwarecompositing/tiled-layers-hidpi-expected.txt |
diff --git a/LayoutTests/virtual/softwarecompositing/tiled-layers-hidpi-expected.txt b/LayoutTests/virtual/softwarecompositing/tiled-layers-hidpi-expected.txt |
index 39678d14dc077cbf22e277950c2acafffeb383bf..9a561b676cafd1fd69eb0cb4873a732996f1c299 100644 |
--- a/LayoutTests/virtual/softwarecompositing/tiled-layers-hidpi-expected.txt |
+++ b/LayoutTests/virtual/softwarecompositing/tiled-layers-hidpi-expected.txt |
@@ -1,20 +1,20 @@ |
-(GraphicsLayer |
- (bounds 1808.00 585.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 1808.00 585.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (position 8.00 8.00) |
- (bounds 1800.00 10.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (backgroundColor #0000FF) |
- ) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [1808, 585], |
+ "children": [ |
+ { |
+ "bounds": [1808, 585], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [8, 8], |
+ "bounds": [1800, 10], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#0000FF" |
+ } |
+ ] |
+ } |
+ ] |
+} |