Index: LayoutTests/platform/win/svg/custom/use-setAttribute-crash-expected.txt |
diff --git a/LayoutTests/platform/win/svg/custom/use-setAttribute-crash-expected.txt b/LayoutTests/platform/win/svg/custom/use-setAttribute-crash-expected.txt |
index 747303ce58bcfc4eebe10f4964bd6ac2da719c00..47f79cc482fdeb89aaae898ac6538c8670f893cc 100644 |
--- a/LayoutTests/platform/win/svg/custom/use-setAttribute-crash-expected.txt |
+++ b/LayoutTests/platform/win/svg/custom/use-setAttribute-crash-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 53.00 53.00 10.00 10.00) |
- (rect 53.00 53.00 10.00 10.00) |
- (rect 53.00 53.00 10.00 10.00) |
- (rect 53.00 53.00 10.00 10.00) |
- (rect 33.00 33.00 50.00 50.00) |
- (rect 33.00 33.00 50.00 50.00) |
- (rect 33.00 33.00 50.00 50.00) |
- (rect 8.00 112.00 784.00 100.00) |
- (rect 8.00 8.00 784.00 203.00) |
- (rect 8.00 8.00 25.00 25.00) |
- (rect 8.00 8.00 5.00 5.00) |
- (rect 0.00 120.00 800.00 100.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [53, 53, 10, 10], |
+ [53, 53, 10, 10], |
+ [53, 53, 10, 10], |
+ [53, 53, 10, 10], |
+ [33, 33, 50, 50], |
+ [33, 33, 50, 50], |
+ [33, 33, 50, 50], |
+ [8, 112, 784, 100], |
+ [8, 8, 784, 203], |
+ [8, 8, 25, 25], |
+ [8, 8, 5, 5], |
+ [0, 120, 800, 100] |
+ ] |
+ } |
+ ] |
+} |