Index: LayoutTests/platform/linux/svg/repaint/text-mask-update-expected.txt |
diff --git a/LayoutTests/platform/linux/svg/repaint/text-mask-update-expected.txt b/LayoutTests/platform/linux/svg/repaint/text-mask-update-expected.txt |
index 6e329aec2a5e288e025df0bb8c4c684b423564a8..21f621d68785dd9e0faf7fc33c89c8a85ec256f3 100644 |
--- a/LayoutTests/platform/linux/svg/repaint/text-mask-update-expected.txt |
+++ b/LayoutTests/platform/linux/svg/repaint/text-mask-update-expected.txt |
@@ -1,20 +1,20 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 10.00 33.00 42.00 22.00) |
- (rect 10.00 33.00 42.00 22.00) |
- (rect 10.00 33.00 42.00 17.00) |
- (rect 10.00 33.00 42.00 17.00) |
- (rect 10.00 3.00 47.00 22.00) |
- (rect 10.00 3.00 47.00 22.00) |
- (rect 10.00 3.00 47.00 22.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [10, 33, 42, 22], |
+ [10, 33, 42, 22], |
+ [10, 33, 42, 17], |
+ [10, 33, 42, 17], |
+ [10, 3, 47, 22], |
+ [10, 3, 47, 22], |
+ [10, 3, 47, 22] |
+ ] |
+ } |
+ ] |
+} |