Index: LayoutTests/fast/repaint/fixed-table-overflow-expected.txt |
diff --git a/LayoutTests/fast/repaint/fixed-table-overflow-expected.txt b/LayoutTests/fast/repaint/fixed-table-overflow-expected.txt |
index 43d4e2f70cb29adb31d43f207b00d7c7f3e4d5c0..6c01e611bb099ded8c536f1880aa06cb4ba57a60 100644 |
--- a/LayoutTests/fast/repaint/fixed-table-overflow-expected.txt |
+++ b/LayoutTests/fast/repaint/fixed-table-overflow-expected.txt |
@@ -1,20 +1,20 @@ |
-(GraphicsLayer |
- (bounds 800.00 2016.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 2016.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 100.00 100.00 100.00 100.00) |
- (rect 100.00 100.00 100.00 100.00) |
- (rect 100.00 100.00 100.00 100.00) |
- (rect 0.00 100.00 100.00 100.00) |
- (rect 0.00 100.00 100.00 100.00) |
- (rect 0.00 0.00 200.00 200.00) |
- (rect 0.00 0.00 200.00 200.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 2016], |
+ "children": [ |
+ { |
+ "bounds": [800, 2016], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [100, 100, 100, 100], |
+ [100, 100, 100, 100], |
+ [100, 100, 100, 100], |
+ [0, 100, 100, 100], |
+ [0, 100, 100, 100], |
+ [0, 0, 200, 200], |
+ [0, 0, 200, 200] |
+ ] |
+ } |
+ ] |
+} |