Index: LayoutTests/platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt |
diff --git a/LayoutTests/platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt b/LayoutTests/platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt |
index 498dd94577303ffd3fd9397169ce3f6d76ab6c1a..333fa6656c453e24e40c20d59379f0da41bbd206 100644 |
--- a/LayoutTests/platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt |
+++ b/LayoutTests/platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt |
@@ -1,18 +1,18 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 90.00 76.00 283.00 18.00) |
- (rect 90.00 56.00 212.00 18.00) |
- (rect 46.00 103.00 128.00 122.00) |
- (rect 45.00 102.00 79.00 73.00) |
- (rect 10.00 175.00 493.00 50.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [90, 76, 283, 18], |
+ [90, 56, 212, 18], |
+ [46, 103, 128, 122], |
+ [45, 102, 79, 73], |
+ [10, 175, 493, 50] |
+ ] |
+ } |
+ ] |
+} |