Index: LayoutTests/svg/repaint/modify-transferred-listitem-expected.txt |
diff --git a/LayoutTests/svg/repaint/modify-transferred-listitem-expected.txt b/LayoutTests/svg/repaint/modify-transferred-listitem-expected.txt |
index 5578994657f1a2cb37ab038236093db1ac2ea48a..1d6bdaba3a5e23c328f56f9b0e5d246eff6d7908 100644 |
--- a/LayoutTests/svg/repaint/modify-transferred-listitem-expected.txt |
+++ b/LayoutTests/svg/repaint/modify-transferred-listitem-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 18.00 18.00 30.00 20.00) |
- (rect 18.00 18.00 20.00 20.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [18, 18, 30, 20], |
+ [18, 18, 20, 20] |
+ ] |
+ } |
+ ] |
+} |