OLD | NEW |
1 BUG ID: Bugzilla bug 8449 REGRESSION: Incomplete repaint of table cell that move
d | 1 BUG ID: Bugzilla bug 8449 REGRESSION: Incomplete repaint of table cell that move
d |
2 | 2 |
3 TEST PASS: There should be only a green square below the line, and no red. | 3 TEST PASS: There should be only a green square below the line, and no red. |
4 | 4 |
5 TEST FAIL: There will be a red square and a green rectangle. | 5 TEST FAIL: There will be a red square and a green rectangle. |
6 | 6 |
7 (GraphicsLayer | 7 (repaint rects |
8 (bounds 800.00 600.00) | 8 (rect 8 146 61 60) |
9 (children 1 | 9 (rect 8 146 61 180) |
10 (GraphicsLayer | 10 (rect 8 206 61 180) |
11 (bounds 800.00 600.00) | 11 (rect 8 326 61 60) |
12 (contentsOpaque 1) | 12 (rect 8 326 61 60) |
13 (drawsContent 1) | |
14 (repaint rects | |
15 (rect 8.00 146.00 61.00 60.00) | |
16 (rect 8.00 146.00 61.00 180.00) | |
17 (rect 8.00 206.00 61.00 180.00) | |
18 (rect 8.00 326.00 61.00 60.00) | |
19 (rect 8.00 326.00 61.00 60.00) | |
20 ) | |
21 ) | |
22 ) | |
23 ) | 13 ) |
24 | 14 |
OLD | NEW |