Index: LayoutTests/platform/mac/svg/text/exs-display-none-expected.txt |
diff --git a/LayoutTests/platform/mac/svg/text/exs-display-none-expected.txt b/LayoutTests/platform/mac/svg/text/exs-display-none-expected.txt |
index 8a2e5d7933a46b574602f6408ccb8a59ca1230d5..30171279513c1f3546404360303ef327cecb77a2 100644 |
--- a/LayoutTests/platform/mac/svg/text/exs-display-none-expected.txt |
+++ b/LayoutTests/platform/mac/svg/text/exs-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 50.00 574.00 82.00) |
- (rect 50.00 50.00 574.00 82.00) |
- (rect 50.00 50.00 574.00 82.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [50, 50, 574, 82], |
+ [50, 50, 574, 82], |
+ [50, 50, 574, 82] |
+ ] |
+ } |
+ ] |
+} |