Index: LayoutTests/svg/custom/js-update-polygon-changes-expected.txt |
diff --git a/LayoutTests/svg/custom/js-update-polygon-changes-expected.txt b/LayoutTests/svg/custom/js-update-polygon-changes-expected.txt |
index 1b0a672bf626208330a7d2db26727dded2c9eada..b0ab1dc6a24abf7adae049e7b9534054c06071e0 100644 |
--- a/LayoutTests/svg/custom/js-update-polygon-changes-expected.txt |
+++ b/LayoutTests/svg/custom/js-update-polygon-changes-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 265.00 219.00 162.00 105.00) |
- (rect 265.00 219.00 162.00 105.00) |
- (rect 265.00 209.00 162.00 105.00) |
- (rect 265.00 209.00 162.00 105.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [265, 219, 162, 105], |
+ [265, 219, 162, 105], |
+ [265, 209, 162, 105], |
+ [265, 209, 162, 105] |
+ ] |
+ } |
+ ] |
+} |