Index: LayoutTests/platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt |
diff --git a/LayoutTests/platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt b/LayoutTests/platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt |
index d7fe0c0641de1d364bde44a31ed07daf9118df1b..4ccf6ce45e919369761207e2dde4eac701c6d7da 100644 |
--- a/LayoutTests/platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt |
+++ b/LayoutTests/platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt |
@@ -1,20 +1,20 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 237.00 79.00 15.00 221.00) |
- (rect 237.00 66.00 15.00 27.00) |
- (rect 237.00 65.00 15.00 14.00) |
- (rect 17.00 300.00 220.00 15.00) |
- (rect 3.00 300.00 28.00 15.00) |
- (rect 2.00 300.00 15.00 15.00) |
- (rect 2.00 65.00 235.00 235.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [237, 79, 15, 221], |
+ [237, 66, 15, 27], |
+ [237, 65, 15, 14], |
+ [17, 300, 220, 15], |
+ [3, 300, 28, 15], |
+ [2, 300, 15, 15], |
+ [2, 65, 235, 235] |
+ ] |
+ } |
+ ] |
+} |