Index: LayoutTests/platform/mac/svg/text/modify-text-node-in-tspan-expected.txt |
diff --git a/LayoutTests/platform/mac/svg/text/modify-text-node-in-tspan-expected.txt b/LayoutTests/platform/mac/svg/text/modify-text-node-in-tspan-expected.txt |
index 0b04fa80e264cca22c2cfc620a3e299f1c2ae0a9..c33d789b9ad6849847c77512842d4318bfaf61a2 100644 |
--- a/LayoutTests/platform/mac/svg/text/modify-text-node-in-tspan-expected.txt |
+++ b/LayoutTests/platform/mac/svg/text/modify-text-node-in-tspan-expected.txt |
@@ -1,14 +1,14 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 10.00 61.00 319.00 379.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [10, 61, 319, 379] |
+ ] |
+ } |
+ ] |
+} |