Index: LayoutTests/platform/linux/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt |
diff --git a/LayoutTests/platform/linux/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt b/LayoutTests/platform/linux/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt |
index 284c7fa0f137ef297b50aa378ae26e5c7cac2434..2541adce0297432b029486f5e6ebb9b8963f6681 100644 |
--- a/LayoutTests/platform/linux/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt |
+++ b/LayoutTests/platform/linux/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 75.00 281.00 19.00) |
- (rect 90.00 55.00 211.00 19.00) |
- (rect 46.00 103.00 128.00 122.00) |
- (rect 45.00 102.00 79.00 73.00) |
- (rect 10.00 175.00 479.00 50.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [90, 75, 281, 19], |
+ [90, 55, 211, 19], |
+ [46, 103, 128, 122], |
+ [45, 102, 79, 73], |
+ [10, 175, 479, 50] |
+ ] |
+ } |
+ ] |
+} |