Index: LayoutTests/svg/custom/js-update-pattern-child-expected.txt |
diff --git a/LayoutTests/svg/custom/js-update-pattern-child-expected.txt b/LayoutTests/svg/custom/js-update-pattern-child-expected.txt |
index 9657f6eb64927ef8aa944fff0a08c0be5f092a4a..a53de1af572bbaae837e2edcb7b2f4116e35fc54 100644 |
--- a/LayoutTests/svg/custom/js-update-pattern-child-expected.txt |
+++ b/LayoutTests/svg/custom/js-update-pattern-child-expected.txt |
@@ -1,17 +1,17 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 10.00 10.00 430.00 80.00) |
- (rect 10.00 100.00 430.00 80.00) |
- (rect 10.00 10.00 10.00 10.00) |
- (rect 0.00 10.00 10.00 10.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [10, 100, 430, 80], |
+ [10, 10, 430, 80], |
+ [10, 10, 10, 10], |
+ [0, 10, 10, 10] |
+ ] |
+ } |
+ ] |
+} |