Index: LayoutTests/platform/mac/svg/repaint/image-with-clip-path-expected.txt |
diff --git a/LayoutTests/platform/mac/svg/repaint/image-with-clip-path-expected.txt b/LayoutTests/platform/mac/svg/repaint/image-with-clip-path-expected.txt |
index 339b73756a964f9b5fb021c992970c57f11a5988..6dc4d1c9aa68e685f2279011f7a5c98e84374f79 100644 |
--- a/LayoutTests/platform/mac/svg/repaint/image-with-clip-path-expected.txt |
+++ b/LayoutTests/platform/mac/svg/repaint/image-with-clip-path-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 175.00 25.00 50.00 50.00) |
- (rect 20.00 20.00 60.00 60.00) |
- (rect 20.00 20.00 60.00 60.00) |
- (rect 20.00 20.00 60.00 60.00) |
- (rect 0.00 75.00 233.00 5.00) |
- (rect 0.00 10.00 233.00 70.00) |
- (rect 0.00 0.00 10.00 10.00) |
- (rect 0.00 0.00 10.00 10.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [175, 25, 50, 50], |
+ [20, 20, 60, 60], |
+ [20, 20, 60, 60], |
+ [20, 20, 60, 60], |
+ [0, 75, 233, 5], |
+ [0, 10, 233, 70], |
+ [0, 0, 10, 10], |
+ [0, 0, 10, 10] |
+ ] |
+ } |
+ ] |
+} |