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 (GraphicsLayer | 8 (repaint rects |
9 (bounds 800.00 600.00) | 9 (rect 19 147 200 43) |
10 (children 1 | 10 (rect 19 147 200 43) |
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 ) | |
21 ) | 11 ) |
22 | 12 |
OLD | NEW |