Index: LayoutTests/platform/mac/svg/text/remove-text-node-from-tspan-expected.txt |
diff --git a/LayoutTests/platform/mac/svg/text/remove-text-node-from-tspan-expected.txt b/LayoutTests/platform/mac/svg/text/remove-text-node-from-tspan-expected.txt |
index 770c6d6e9d0e197599cc4923a9612c818d72035d..3ed4ac5ba175e7aa52bc0c0cabcef4d44538d026 100644 |
--- a/LayoutTests/platform/mac/svg/text/remove-text-node-from-tspan-expected.txt |
+++ b/LayoutTests/platform/mac/svg/text/remove-text-node-from-tspan-expected.txt |
@@ -1,18 +1,18 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 10.00 181.00 319.00 259.00) |
- (rect 10.00 181.00 319.00 259.00) |
- (rect 10.00 61.00 319.00 379.00) |
- (rect 10.00 61.00 319.00 379.00) |
- (rect 10.00 61.00 319.00 379.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [10, 181, 319, 259], |
+ [10, 181, 319, 259], |
+ [10, 61, 319, 379], |
+ [10, 61, 319, 379], |
+ [10, 61, 319, 379] |
+ ] |
+ } |
+ ] |
+} |