Index: LayoutTests/platform/mac/fast/repaint/scroll-inside-table-cell-expected.txt |
diff --git a/LayoutTests/platform/mac/fast/repaint/scroll-inside-table-cell-expected.txt b/LayoutTests/platform/mac/fast/repaint/scroll-inside-table-cell-expected.txt |
index fe3cf39564d979f1aafcf365fdccf2cafd79a9fc..28671bfbc13835ac754bbd58ba891fa6be34c448 100644 |
--- a/LayoutTests/platform/mac/fast/repaint/scroll-inside-table-cell-expected.txt |
+++ b/LayoutTests/platform/mac/fast/repaint/scroll-inside-table-cell-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 649.00 564.00 100.00 15.00) |
- (rect 550.00 564.00 199.00 15.00) |
- (rect 314.00 564.00 335.00 15.00) |
- (rect 312.00 112.00 454.00 469.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [649, 564, 100, 15], |
+ [550, 564, 199, 15], |
+ [314, 564, 335, 15], |
+ [312, 112, 454, 469] |
+ ] |
+ } |
+ ] |
+} |