Index: LayoutTests/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.txt |
diff --git a/LayoutTests/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.txt b/LayoutTests/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.txt |
index 75204c04fd03d818aaf9d1812923100cf567d88b..59f6f101f9184d396e0e433ea3356be1edc6d463 100644 |
--- a/LayoutTests/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.txt |
+++ b/LayoutTests/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.txt |
@@ -1,19 +1,19 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 1.00 0.00 99.00 100.00) |
- (rect 0.00 0.00 111.00 111.00) |
- (rect 0.00 0.00 100.00 100.00) |
- (rect 0.00 0.00 100.00 100.00) |
- (rect 0.00 0.00 1.00 100.00) |
- (rect 0.00 0.00 1.00 100.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [1, 0, 99, 100], |
+ [0, 0, 111, 111], |
+ [0, 0, 100, 100], |
+ [0, 0, 100, 100], |
+ [0, 0, 1, 100], |
+ [0, 0, 1, 100] |
+ ] |
+ } |
+ ] |
+} |