Index: LayoutTests/svg/repaint/filter-child-repaint-expected.txt |
diff --git a/LayoutTests/svg/repaint/filter-child-repaint-expected.txt b/LayoutTests/svg/repaint/filter-child-repaint-expected.txt |
index 49da3af9f44c54e80dab0491356845f7172e64d2..6b7377d94adfb8d1ebbc696910d7d66cd26f1f0c 100644 |
--- a/LayoutTests/svg/repaint/filter-child-repaint-expected.txt |
+++ b/LayoutTests/svg/repaint/filter-child-repaint-expected.txt |
@@ -1,15 +1,15 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 32.00 32.00 64.00 64.00) |
- (rect 32.00 32.00 64.00 64.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [32, 32, 64, 64], |
+ [32, 32, 64, 64] |
+ ] |
+ } |
+ ] |
+} |