Index: LayoutTests/platform/linux/svg/text/ems-display-none-expected.txt |
diff --git a/LayoutTests/platform/linux/svg/text/ems-display-none-expected.txt b/LayoutTests/platform/linux/svg/text/ems-display-none-expected.txt |
index d412dd09dc95bd593d4a8a0eee9bb7f281f133b0..f16b9f4b786892b0a28651a393ec03b201618efd 100644 |
--- a/LayoutTests/platform/linux/svg/text/ems-display-none-expected.txt |
+++ b/LayoutTests/platform/linux/svg/text/ems-display-none-expected.txt |
@@ -1,16 +1,16 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 50.00 54.00 563.00 86.00) |
- (rect 50.00 54.00 563.00 86.00) |
- (rect 50.00 54.00 563.00 86.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [50, 54, 563, 86], |
+ [50, 54, 563, 86], |
+ [50, 54, 563, 86] |
+ ] |
+ } |
+ ] |
+} |