Index: LayoutTests/platform/win/svg/text/tspan-dynamic-positioning-expected.txt |
diff --git a/LayoutTests/platform/win/svg/text/tspan-dynamic-positioning-expected.txt b/LayoutTests/platform/win/svg/text/tspan-dynamic-positioning-expected.txt |
index 93511e704773edb3a9e7186b3a441d0cd0908cee..8ce2e5154d7cd8fcd63f973e202f7643d2339d79 100644 |
--- a/LayoutTests/platform/win/svg/text/tspan-dynamic-positioning-expected.txt |
+++ b/LayoutTests/platform/win/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 256.00 17.00) |
- (rect 200.00 186.00 256.00 17.00) |
- (rect 20.00 6.00 256.00 17.00) |
- (rect 20.00 6.00 256.00 17.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [200, 186, 256, 17], |
+ [200, 186, 256, 17], |
+ [20, 6, 256, 17], |
+ [20, 6, 256, 17] |
+ ] |
+ } |
+ ] |
+} |