OLD | NEW |
1 Testcase for bug 106452: Caret positioned at the end of a text line (followed by
an empty block) in vertical writing mode disappears when pressing the right/dow
n arrow key. To manually verify the issue, place the caret at the end of the tex
t line and then press either the down or the right arrow key. | 1 Testcase for bug 106452: Caret positioned at the end of a text line (followed by
an empty block) in vertical writing mode disappears when pressing the right/dow
n arrow key. To manually verify the issue, place the caret at the end of the tex
t line and then press either the down or the right arrow key. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
| 5 PASS successfullyParsed is true |
| 6 |
| 7 TEST COMPLETE |
5 PASS caretRectAtEnd.width is caretRectAtStart.width | 8 PASS caretRectAtEnd.width is caretRectAtStart.width |
6 PASS caretRectAtEnd.height is caretRectAtStart.height | 9 PASS caretRectAtEnd.height is caretRectAtStart.height |
7 PASS caretRectRightKey.width is caretRectAtEnd.width | 10 PASS caretRectRightKey.width is caretRectAtEnd.width |
8 PASS caretRectRightKey.height is caretRectAtEnd.height | 11 PASS caretRectRightKey.height is caretRectAtEnd.height |
9 PASS caretRectDownKey.width is caretRectAtEnd.width | 12 PASS caretRectDownKey.width is caretRectAtEnd.width |
10 PASS caretRectDownKey.height is caretRectAtEnd.height | 13 PASS caretRectDownKey.height is caretRectAtEnd.height |
11 PASS successfullyParsed is true | |
12 | 14 |
13 TEST COMPLETE | |
14 | |
OLD | NEW |