Index: LayoutTests/svg/custom/js-update-bounce-expected.txt |
diff --git a/LayoutTests/svg/custom/js-update-bounce-expected.txt b/LayoutTests/svg/custom/js-update-bounce-expected.txt |
index c700d05679c63d94af6ef9f07356104b076ce9ad..9f0dabfe3eb947ab625c176d6e5ec47ff7ff547a 100644 |
--- a/LayoutTests/svg/custom/js-update-bounce-expected.txt |
+++ b/LayoutTests/svg/custom/js-update-bounce-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 102.00 102.00 66.00 66.00) |
- (rect 102.00 102.00 66.00 66.00) |
- (rect 2.00 2.00 66.00 66.00) |
- (rect 2.00 2.00 66.00 66.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [102, 102, 66, 66], |
+ [102, 102, 66, 66], |
+ [2, 2, 66, 66], |
+ [2, 2, 66, 66] |
+ ] |
+ } |
+ ] |
+} |