Index: LayoutTests/platform/win-xp/svg/text/append-text-node-to-tspan-expected.txt |
diff --git a/LayoutTests/platform/win-xp/svg/text/append-text-node-to-tspan-expected.txt b/LayoutTests/platform/win-xp/svg/text/append-text-node-to-tspan-expected.txt |
index 24f9bf63b3525c90f3f0870d85369d6c5e515a40..7b6c95844ff5023d4e6bfea834b7777c50edf7ef 100644 |
--- a/LayoutTests/platform/win-xp/svg/text/append-text-node-to-tspan-expected.txt |
+++ b/LayoutTests/platform/win-xp/svg/text/append-text-node-to-tspan-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 10.00 62.00 319.00 378.00) |
- (rect 10.00 62.00 319.00 378.00) |
- (rect 10.00 50.00 319.00 390.00) |
- (rect 10.00 50.00 319.00 390.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [10, 62, 319, 378], |
+ [10, 62, 319, 378], |
+ [10, 50, 319, 390], |
+ [10, 50, 319, 390] |
+ ] |
+ } |
+ ] |
+} |