Index: LayoutTests/platform/win/svg/custom/mask-invalidation-expected.txt |
diff --git a/LayoutTests/platform/win/svg/custom/mask-invalidation-expected.txt b/LayoutTests/platform/win/svg/custom/mask-invalidation-expected.txt |
index 5c31dc4efe249c5200d4fd0d37186ecf2ad9679e..3798cfe983f850c29ae3fa207e63c8a696d2a912 100644 |
--- a/LayoutTests/platform/win/svg/custom/mask-invalidation-expected.txt |
+++ b/LayoutTests/platform/win/svg/custom/mask-invalidation-expected.txt |
@@ -1,21 +1,21 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 100.00 100.00 460.00 316.00) |
- (rect 100.00 100.00 403.00 249.00) |
- (rect 100.00 100.00 403.00 249.00) |
- (rect 100.00 100.00 403.00 249.00) |
- (rect 50.00 50.00 460.00 316.00) |
- (rect 50.00 50.00 453.00 299.00) |
- (rect 50.00 50.00 453.00 299.00) |
- (rect 50.00 50.00 453.00 299.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [100, 100, 460, 316], |
+ [100, 100, 403, 249], |
+ [100, 100, 403, 249], |
+ [100, 100, 403, 249], |
+ [50, 50, 460, 316], |
+ [50, 50, 453, 299], |
+ [50, 50, 453, 299], |
+ [50, 50, 453, 299] |
+ ] |
+ } |
+ ] |
+} |