Index: LayoutTests/svg/custom/marker-viewBox-changes-expected.txt |
diff --git a/LayoutTests/svg/custom/marker-viewBox-changes-expected.txt b/LayoutTests/svg/custom/marker-viewBox-changes-expected.txt |
index 8c584b14f95294ea413d3d9cc81bacbf9364c647..92f8bd7b111c161f227b5bedc346c280e47248e4 100644 |
--- a/LayoutTests/svg/custom/marker-viewBox-changes-expected.txt |
+++ b/LayoutTests/svg/custom/marker-viewBox-changes-expected.txt |
@@ -1,21 +1,21 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 122.00 127.00 66.00 66.00) |
- (rect 122.00 127.00 66.00 66.00) |
- (rect 122.00 127.00 66.00 66.00) |
- (rect 90.00 95.00 98.00 98.00) |
- (rect 90.00 95.00 98.00 98.00) |
- (rect 90.00 95.00 98.00 98.00) |
- (rect 0.00 0.00 10.00 10.00) |
- (rect 0.00 0.00 2.00 2.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [122, 127, 66, 66], |
+ [122, 127, 66, 66], |
+ [122, 127, 66, 66], |
+ [90, 95, 98, 98], |
+ [90, 95, 98, 98], |
+ [90, 95, 98, 98], |
+ [0, 0, 10, 10], |
+ [0, 0, 2, 2] |
+ ] |
+ } |
+ ] |
+} |