Index: LayoutTests/platform/win/svg/custom/text-xy-updates-SVGList-expected.txt |
diff --git a/LayoutTests/platform/win/svg/custom/text-xy-updates-SVGList-expected.txt b/LayoutTests/platform/win/svg/custom/text-xy-updates-SVGList-expected.txt |
index 80af6d0aa1b7c0d37db13230a4c6b1541a9286aa..e2b69b507c5acd7cfdd98567c9fe4b60ab56da5e 100644 |
--- a/LayoutTests/platform/win/svg/custom/text-xy-updates-SVGList-expected.txt |
+++ b/LayoutTests/platform/win/svg/custom/text-xy-updates-SVGList-expected.txt |
@@ -1,17 +1,17 @@ |
-(GraphicsLayer |
- (bounds 808.00 620.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 808.00 620.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 208.00 14.00 170.00 17.00) |
- (rect 208.00 14.00 170.00 17.00) |
- (rect 18.00 194.00 170.00 17.00) |
- (rect 18.00 194.00 170.00 17.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [808, 620], |
+ "children": [ |
+ { |
+ "bounds": [808, 620], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [208, 14, 170, 17], |
+ [208, 14, 170, 17], |
+ [18, 194, 170, 17], |
+ [18, 194, 170, 17] |
+ ] |
+ } |
+ ] |
+} |