Index: LayoutTests/platform/win/svg/custom/js-late-pattern-creation-expected.txt |
diff --git a/LayoutTests/platform/win/svg/custom/js-late-pattern-creation-expected.txt b/LayoutTests/platform/win/svg/custom/js-late-pattern-creation-expected.txt |
index bd7235f4b80c1ee9ffc8f3e5f92136825c4fb994..41579b00f608464b9830f64efad1bc93fbe3d184 100644 |
--- a/LayoutTests/platform/win/svg/custom/js-late-pattern-creation-expected.txt |
+++ b/LayoutTests/platform/win/svg/custom/js-late-pattern-creation-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 33.00 23.00 624.00 189.00) |
- (rect 33.00 23.00 624.00 189.00) |
- (rect 16.00 25.00 18.00 25.00) |
- (rect 8.00 12.00 17.00 26.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [33, 23, 624, 189], |
+ [33, 23, 624, 189], |
+ [16, 25, 18, 25], |
+ [8, 12, 17, 26] |
+ ] |
+ } |
+ ] |
+} |