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 (repaint rects | 7 (GraphicsLayer |
8 (rect 8 140 61 60) | 8 (bounds 800.00 600.00) |
9 (rect 8 140 61 180) | 9 (children 1 |
10 (rect 8 200 61 180) | 10 (GraphicsLayer |
11 (rect 8 320 61 60) | 11 (bounds 800.00 600.00) |
12 (rect 8 320 61 60) | 12 (contentsOpaque 1) |
| 13 (drawsContent 1) |
| 14 (repaint rects |
| 15 (rect 8.00 140.00 61.00 60.00) |
| 16 (rect 8.00 140.00 61.00 180.00) |
| 17 (rect 8.00 200.00 61.00 180.00) |
| 18 (rect 8.00 320.00 61.00 60.00) |
| 19 (rect 8.00 320.00 61.00 60.00) |
| 20 ) |
| 21 ) |
| 22 ) |
13 ) | 23 ) |
14 | 24 |
OLD | NEW |