OLD | NEW |
1 BUG ID: Bugzilla bug 6274Text repainting does not account for glyphs which draw
outside the typographic bounds of the font. | 1 BUG ID: Bugzilla bug 6274Text repainting does not account for glyphs which draw
outside the typographic bounds of the font. |
2 | 2 |
3 TEST PASS: The text will entirely disappear. | 3 TEST PASS: The text will entirely disappear. |
4 | 4 |
5 TEST FAIL: Most of the text will be gone, but some artifacts will be left behind
at the top of the page. | 5 TEST FAIL: Most of the text will be gone, but some artifacts will be left behind
at the top of the page. |
6 | 6 |
7 | 7 |
8 (repaint rects | 8 (GraphicsLayer |
9 (rect 19 147 200 43) | 9 (bounds 800.00 600.00) |
10 (rect 19 147 200 43) | 10 (children 1 |
| 11 (GraphicsLayer |
| 12 (bounds 800.00 600.00) |
| 13 (contentsOpaque 1) |
| 14 (drawsContent 1) |
| 15 (repaint rects |
| 16 (rect 19.00 147.00 200.00 43.00) |
| 17 (rect 19.00 147.00 200.00 43.00) |
| 18 ) |
| 19 ) |
| 20 ) |
11 ) | 21 ) |
12 | 22 |
OLD | NEW |