Index: LayoutTests/platform/win/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt |
diff --git a/LayoutTests/platform/win/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt b/LayoutTests/platform/win/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt |
index ff3657c1cbc080b52eb896fd00246af6085ae09e..a3ccee9ee9560df392c12bd440c20739048e0e85 100644 |
--- a/LayoutTests/platform/win/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt |
+++ b/LayoutTests/platform/win/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 286.00 17.00) |
- (rect 90.00 56.00 215.00 17.00) |
- (rect 46.00 103.00 128.00 122.00) |
- (rect 45.00 102.00 79.00 73.00) |
- (rect 10.00 175.00 498.00 50.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [90, 76, 286, 17], |
+ [90, 56, 215, 17], |
+ [46, 103, 128, 122], |
+ [45, 102, 79, 73], |
+ [10, 175, 498, 50] |
+ ] |
+ } |
+ ] |
+} |