Index: LayoutTests/svg/zoom/page/relative-sized-document-scrollbars-expected.txt |
diff --git a/LayoutTests/svg/zoom/page/relative-sized-document-scrollbars-expected.txt b/LayoutTests/svg/zoom/page/relative-sized-document-scrollbars-expected.txt |
index 81572f9699cc79c8a60061ffa792322dbdf894eb..904c7696fc92232ca80f6ab9ab1ad3b9696dadd2 100644 |
--- a/LayoutTests/svg/zoom/page/relative-sized-document-scrollbars-expected.txt |
+++ b/LayoutTests/svg/zoom/page/relative-sized-document-scrollbars-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 7.00 5.00 786.00 590.00) |
- (rect 7.00 5.00 786.00 590.00) |
- (rect 7.00 5.00 786.00 590.00) |
- (rect 7.00 5.00 786.00 590.00) |
- (rect 7.00 5.00 786.00 590.00) |
- (rect 7.00 5.00 786.00 590.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [7, 5, 786, 590], |
+ [7, 5, 786, 590], |
+ [7, 5, 786, 590], |
+ [7, 5, 786, 590], |
+ [7, 5, 786, 590], |
+ [7, 5, 786, 590] |
+ ] |
+ } |
+ ] |
+} |