Index: LayoutTests/platform/win-xp/svg/text/modify-text-node-in-tspan-expected.txt |
diff --git a/LayoutTests/platform/win-xp/svg/text/modify-text-node-in-tspan-expected.txt b/LayoutTests/platform/win-xp/svg/text/modify-text-node-in-tspan-expected.txt |
index eaa4317b2ce436e094263fbb3c77aa22cf19326a..92cf78c087f22a89742dfe33eb6a8cc0a2a2bb62 100644 |
--- a/LayoutTests/platform/win-xp/svg/text/modify-text-node-in-tspan-expected.txt |
+++ b/LayoutTests/platform/win-xp/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 62.00 319.00 378.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [10, 62, 319, 378] |
+ ] |
+ } |
+ ] |
+} |