Index: LayoutTests/svg/custom/marker-strokeWidth-changes-expected.txt |
diff --git a/LayoutTests/svg/custom/marker-strokeWidth-changes-expected.txt b/LayoutTests/svg/custom/marker-strokeWidth-changes-expected.txt |
index 3712bd6d5714d7a56929db38c5d67c9678ae74c3..87f86d5b16a97b6a1cc71492f10cb2f0f12d026a 100644 |
--- a/LayoutTests/svg/custom/marker-strokeWidth-changes-expected.txt |
+++ b/LayoutTests/svg/custom/marker-strokeWidth-changes-expected.txt |
@@ -1,19 +1,19 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 126.00 131.00 58.00 58.00) |
- (rect 126.00 131.00 58.00 58.00) |
- (rect 126.00 131.00 58.00 58.00) |
- (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) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [126, 131, 58, 58], |
+ [126, 131, 58, 58], |
+ [126, 131, 58, 58], |
+ [122, 127, 66, 66], |
+ [122, 127, 66, 66], |
+ [122, 127, 66, 66] |
+ ] |
+ } |
+ ] |
+} |