OLD | NEW |
1 BUG ID: Bugzilla bug 6301 REGRESSION: Border repaint glitch | 1 BUG ID: Bugzilla bug 6301 REGRESSION: Border repaint glitch |
2 | 2 |
3 TEST PASS: The boxes will resize, maintaining their solid red rectangular border
s. | 3 TEST PASS: The boxes will resize, maintaining their solid red rectangular border
s. |
4 | 4 |
5 TEST FAIL: The boxes will resize, but the borders will break. The first box will
be missing small segments from either side of its bottom border. The second box
will have small red horizontal segments protruding inwards from both sides of t
he border, where the bottom border was before. | 5 TEST FAIL: The boxes will resize, but the borders will break. The first box will
be missing small segments from either side of its bottom border. The second box
will have small red horizontal segments protruding inwards from both sides of t
he border, where the bottom border was before. |
6 | 6 |
7 | 7 |
8 (GraphicsLayer | 8 (repaint rects |
9 (bounds 800.00 600.00) | 9 (rect 33 201 172 60) |
10 (children 1 | 10 (rect 33 201 172 40) |
11 (GraphicsLayer | 11 (rect 19 255 200 20) |
12 (bounds 800.00 600.00) | 12 (rect 33 363 172 40) |
13 (contentsOpaque 1) | 13 (rect 33 363 172 60) |
14 (drawsContent 1) | 14 (rect 19 417 200 20) |
15 (repaint rects | |
16 (rect 33.00 201.00 172.00 60.00) | |
17 (rect 33.00 201.00 172.00 40.00) | |
18 (rect 19.00 255.00 200.00 20.00) | |
19 (rect 33.00 363.00 172.00 40.00) | |
20 (rect 33.00 363.00 172.00 60.00) | |
21 (rect 19.00 417.00 200.00 20.00) | |
22 ) | |
23 ) | |
24 ) | |
25 ) | 15 ) |
26 | 16 |
OLD | NEW |