Index: LayoutTests/platform/mac/svg/custom/text-xy-updates-SVGList-expected.txt |
diff --git a/LayoutTests/platform/mac/svg/custom/text-xy-updates-SVGList-expected.txt b/LayoutTests/platform/mac/svg/custom/text-xy-updates-SVGList-expected.txt |
index 20ba5fc905da5eddf83ee919cca04aeb6da06354..f40a3d35f65790ced9bc03b0eccb7c1503264bd1 100644 |
--- a/LayoutTests/platform/mac/svg/custom/text-xy-updates-SVGList-expected.txt |
+++ b/LayoutTests/platform/mac/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 166.00 18.00) |
- (rect 208.00 14.00 166.00 18.00) |
- (rect 18.00 194.00 166.00 18.00) |
- (rect 18.00 194.00 166.00 18.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [808, 620], |
+ "children": [ |
+ { |
+ "bounds": [808, 620], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [208, 14, 166, 18], |
+ [208, 14, 166, 18], |
+ [18, 194, 166, 18], |
+ [18, 194, 166, 18] |
+ ] |
+ } |
+ ] |
+} |