Index: LayoutTests/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.txt |
diff --git a/LayoutTests/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.txt b/LayoutTests/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.txt |
index f6a2c994d1ca86a9d647e329bc9a08732c4b655f..5cacfe4f25b98f131562c3f4b029773068a6b1b7 100644 |
--- a/LayoutTests/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.txt |
+++ b/LayoutTests/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.txt |
@@ -1,16 +1,16 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 0.00 0.00 111.00 111.00) |
- (rect 0.00 0.00 100.00 100.00) |
- (rect 0.00 0.00 50.00 100.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [0, 0, 111, 111], |
+ [0, 0, 100, 100], |
+ [0, 0, 50, 100] |
+ ] |
+ } |
+ ] |
+} |