Index: LayoutTests/platform/win/svg/text/text-viewbox-rescale-expected.txt |
diff --git a/LayoutTests/platform/win/svg/text/text-viewbox-rescale-expected.txt b/LayoutTests/platform/win/svg/text/text-viewbox-rescale-expected.txt |
index 4d72b37bb361a9e65e2cf840440da6283d27abb8..ed447d1649a40d9aad8fbf972299a730bd32b24e 100644 |
--- a/LayoutTests/platform/win/svg/text/text-viewbox-rescale-expected.txt |
+++ b/LayoutTests/platform/win/svg/text/text-viewbox-rescale-expected.txt |
@@ -1,19 +1,19 @@ |
-(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 104.00 26.00) |
- (rect 59.00 140.00 104.00 26.00) |
- (rect 59.00 140.00 104.00 26.00) |
- (rect 59.00 40.00 104.00 126.00) |
- (rect 59.00 40.00 104.00 26.00) |
- (rect 59.00 40.00 104.00 26.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [59, 140, 104, 26], |
+ [59, 140, 104, 26], |
+ [59, 140, 104, 26], |
+ [59, 40, 104, 126], |
+ [59, 40, 104, 26], |
+ [59, 40, 104, 26] |
+ ] |
+ } |
+ ] |
+} |