Index: LayoutTests/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt |
diff --git a/LayoutTests/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt b/LayoutTests/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt |
index 4b9264fd0f05d417cf390b0f6c3836ce7bd532c2..81e57e03ec6def5557b57777d3fcf4a7c009fce6 100644 |
--- a/LayoutTests/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt |
+++ b/LayoutTests/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt |
@@ -1,27 +1,27 @@ |
-(GraphicsLayer |
- (bounds 808.00 585.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 808.00 585.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 114.00 70.00 2.00 102.00) |
- (rect 18.00 70.00 100.00 102.00) |
- (rect 18.00 68.00 100.00 106.00) |
- (rect 18.00 68.00 100.00 106.00) |
- (rect 14.00 70.00 2.00 3.00) |
- (rect 11.00 71.00 100.00 100.00) |
- (rect 10.00 70.00 102.00 102.00) |
- (rect 10.00 70.00 2.00 3.00) |
- (rect 8.00 75.00 800.00 99.00) |
- (rect 8.00 75.00 800.00 99.00) |
- (rect 8.00 75.00 110.00 99.00) |
- (rect 8.00 75.00 110.00 99.00) |
- (rect 8.00 73.00 110.00 99.00) |
- (rect 0.00 83.00 808.00 99.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [808, 585], |
+ "children": [ |
+ { |
+ "bounds": [808, 585], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [114, 70, 2, 102], |
+ [18, 70, 100, 102], |
+ [18, 68, 100, 106], |
+ [18, 68, 100, 106], |
+ [14, 70, 2, 3], |
+ [11, 71, 100, 100], |
+ [10, 70, 102, 102], |
+ [10, 70, 2, 3], |
+ [8, 75, 800, 99], |
+ [8, 75, 800, 99], |
+ [8, 75, 110, 99], |
+ [8, 75, 110, 99], |
+ [8, 73, 110, 99], |
+ [0, 83, 808, 99] |
+ ] |
+ } |
+ ] |
+} |