Index: LayoutTests/svg/custom/animate-target-id-changed-expected.txt |
diff --git a/LayoutTests/svg/custom/animate-target-id-changed-expected.txt b/LayoutTests/svg/custom/animate-target-id-changed-expected.txt |
index 87bd069138246e7e7f2ed5720922975fc3044860..d0382cf334f2d869cf4ef9bed950adfe0e2bc825 100644 |
--- a/LayoutTests/svg/custom/animate-target-id-changed-expected.txt |
+++ b/LayoutTests/svg/custom/animate-target-id-changed-expected.txt |
@@ -1,15 +1,15 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 0.00 0.00 100.00 100.00) |
- (rect 0.00 0.00 100.00 100.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [0, 0, 100, 100], |
+ [0, 0, 100, 100] |
+ ] |
+ } |
+ ] |
+} |