Index: LayoutTests/platform/mac/svg/text/tspan-dynamic-positioning-expected.txt |
diff --git a/LayoutTests/platform/mac/svg/text/tspan-dynamic-positioning-expected.txt b/LayoutTests/platform/mac/svg/text/tspan-dynamic-positioning-expected.txt |
index 8fa51ef7a2060496634880fb149bb33d67aa4b8d..ed65b14f973848e6fa18b4fce4812b8a6e410d4e 100644 |
--- a/LayoutTests/platform/mac/svg/text/tspan-dynamic-positioning-expected.txt |
+++ b/LayoutTests/platform/mac/svg/text/tspan-dynamic-positioning-expected.txt |
@@ -1,17 +1,17 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 200.00 186.00 251.00 18.00) |
- (rect 200.00 186.00 251.00 18.00) |
- (rect 20.00 6.00 251.00 18.00) |
- (rect 20.00 6.00 251.00 18.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [200, 186, 251, 18], |
+ [200, 186, 251, 18], |
+ [20, 6, 251, 18], |
+ [20, 6, 251, 18] |
+ ] |
+ } |
+ ] |
+} |