Index: LayoutTests/svg/custom/js-update-style-expected.txt |
diff --git a/LayoutTests/svg/custom/js-update-style-expected.txt b/LayoutTests/svg/custom/js-update-style-expected.txt |
index a33a21209e1a5cbac0699cda272dca767e95bd3e..457934533196883c860111b9e8d6c3212e5b07e0 100644 |
--- a/LayoutTests/svg/custom/js-update-style-expected.txt |
+++ b/LayoutTests/svg/custom/js-update-style-expected.txt |
@@ -1,25 +1,25 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 9.00 189.00 152.00 52.00) |
- (rect 9.00 129.00 152.00 52.00) |
- (rect 9.00 69.00 152.00 52.00) |
- (rect 9.00 9.00 152.00 232.00) |
- (rect 9.00 9.00 152.00 232.00) |
- (rect 9.00 9.00 152.00 52.00) |
- (rect 6.00 186.00 158.00 58.00) |
- (rect 6.00 126.00 158.00 58.00) |
- (rect 6.00 66.00 158.00 58.00) |
- (rect 6.00 6.00 158.00 238.00) |
- (rect 6.00 6.00 158.00 238.00) |
- (rect 6.00 6.00 158.00 58.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [9, 189, 152, 52], |
+ [9, 129, 152, 52], |
+ [9, 69, 152, 52], |
+ [9, 9, 152, 232], |
+ [9, 9, 152, 232], |
+ [9, 9, 152, 52], |
+ [6, 186, 158, 58], |
+ [6, 126, 158, 58], |
+ [6, 66, 158, 58], |
+ [6, 6, 158, 238], |
+ [6, 6, 158, 238], |
+ [6, 6, 158, 58] |
+ ] |
+ } |
+ ] |
+} |