Index: LayoutTests/fast/repaint/table-section-repaint-expected.txt |
diff --git a/LayoutTests/fast/repaint/table-section-repaint-expected.txt b/LayoutTests/fast/repaint/table-section-repaint-expected.txt |
index a55b037659d94544cb34a8adaa90433ac24cf6f7..f838d416efc3d382e745785a84930c4fb320cbe3 100644 |
--- a/LayoutTests/fast/repaint/table-section-repaint-expected.txt |
+++ b/LayoutTests/fast/repaint/table-section-repaint-expected.txt |
@@ -1,25 +1,25 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 33.00 308.00 10.00 15.00) |
- (rect 33.00 308.00 10.00 15.00) |
- (rect 8.00 376.00 60.00 15.00) |
- (rect 8.00 248.00 60.00 30.00) |
- (rect 8.00 188.00 60.00 30.00) |
- (rect 8.00 158.00 60.00 30.00) |
- (rect 8.00 98.00 60.00 30.00) |
- (rect 8.00 98.00 60.00 30.00) |
- (rect 8.00 98.00 60.00 30.00) |
- (rect 8.00 98.00 60.00 30.00) |
- (rect 8.00 68.00 60.00 30.00) |
- (rect 8.00 8.00 60.00 30.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [33, 308, 10, 15], |
+ [33, 308, 10, 15], |
+ [8, 376, 60, 15], |
+ [8, 248, 60, 30], |
+ [8, 188, 60, 30], |
+ [8, 158, 60, 30], |
+ [8, 98, 60, 30], |
+ [8, 98, 60, 30], |
+ [8, 98, 60, 30], |
+ [8, 98, 60, 30], |
+ [8, 68, 60, 30], |
+ [8, 8, 60, 30] |
+ ] |
+ } |
+ ] |
+} |