Index: LayoutTests/css3/filters/effect-reference-repaint-offset-expected.txt |
diff --git a/LayoutTests/css3/filters/effect-reference-repaint-offset-expected.txt b/LayoutTests/css3/filters/effect-reference-repaint-offset-expected.txt |
index 585874ad42bf6d896c2b23f1d7c2d25984b8b655..bd72edaea90e0f4fe89a0ee01b70f626675717f9 100644 |
--- a/LayoutTests/css3/filters/effect-reference-repaint-offset-expected.txt |
+++ b/LayoutTests/css3/filters/effect-reference-repaint-offset-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 8.00 8.00 390.00 390.00) |
- (rect 8.00 8.00 390.00 390.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 8, 390, 390], |
+ [8, 8, 390, 390] |
+ ] |
+ } |
+ ] |
+} |