Index: LayoutTests/svg/filters/feImage-target-style-change-expected.txt |
diff --git a/LayoutTests/svg/filters/feImage-target-style-change-expected.txt b/LayoutTests/svg/filters/feImage-target-style-change-expected.txt |
index 8647e7314aaff5c409eb877c6861c9efc5651204..cc85468f7b18cbc306be436f8de37cc0796dbed5 100644 |
--- a/LayoutTests/svg/filters/feImage-target-style-change-expected.txt |
+++ b/LayoutTests/svg/filters/feImage-target-style-change-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 100.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, 100, 100] |
+ ] |
+ } |
+ ] |
+} |