Index: LayoutTests/platform/win-xp/svg/text/text-viewbox-rescale-expected.txt |
diff --git a/LayoutTests/platform/win-xp/svg/text/text-viewbox-rescale-expected.txt b/LayoutTests/platform/win-xp/svg/text/text-viewbox-rescale-expected.txt |
index 5bdd7d5f986d96afe5e6471281ca21b069a8a86c..4800110046680ba8d375d1db784a1f7a79a992bf 100644 |
--- a/LayoutTests/platform/win-xp/svg/text/text-viewbox-rescale-expected.txt |
+++ b/LayoutTests/platform/win-xp/svg/text/text-viewbox-rescale-expected.txt |
@@ -1,21 +1,21 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 59.00 140.00 101.00 26.00) |
- (rect 59.00 140.00 101.00 26.00) |
- (rect 59.00 40.00 101.00 126.00) |
- (rect 59.00 40.00 101.00 26.00) |
- (rect 59.00 40.00 101.00 26.00) |
- (rect 0.00 0.00 160.00 166.00) |
- (rect 0.00 0.00 10.00 1.00) |
- (rect 0.00 0.00 10.00 1.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [59, 140, 101, 26], |
+ [59, 140, 101, 26], |
+ [59, 40, 101, 126], |
+ [59, 40, 101, 26], |
+ [59, 40, 101, 26], |
+ [0, 0, 160, 166], |
+ [0, 0, 10, 1], |
+ [0, 0, 10, 1] |
+ ] |
+ } |
+ ] |
+} |