Index: LayoutTests/svg/repaint/container-repaint-expected.txt |
diff --git a/LayoutTests/svg/repaint/container-repaint-expected.txt b/LayoutTests/svg/repaint/container-repaint-expected.txt |
index 39366a92a6dd14f249cbe5d181fe59db8b35549d..1b14749ab22cb3a870583bc372bdd73fd938a07a 100644 |
--- a/LayoutTests/svg/repaint/container-repaint-expected.txt |
+++ b/LayoutTests/svg/repaint/container-repaint-expected.txt |
@@ -1,17 +1,17 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 0.00 100.00 100.00 50.00) |
- (rect 0.00 100.00 100.00 50.00) |
- (rect 0.00 50.00 100.00 50.00) |
- (rect 0.00 0.00 100.00 100.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [0, 100, 100, 50], |
+ [0, 100, 100, 50], |
+ [0, 50, 100, 50], |
+ [0, 0, 100, 100] |
+ ] |
+ } |
+ ] |
+} |