OLD | NEW |
1 | 1 |
2 this is some vertical text | 2 this is some vertical text |
3 Testcase for bug 102359: Caret is painted horizontally in vertical writing mode
when there are no visible text. | 3 Testcase for bug 102359: Caret is painted horizontally in vertical writing mode
when there are no visible text. |
4 | 4 |
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
6 | 6 |
| 7 PASS successfullyParsed is true |
| 8 |
| 9 TEST COMPLETE |
7 The carets on the empty editable boxes should have the same orientation as that
on the editable box containing some text. We thus compare the width and the heig
ht of the caret rects for verification. Width and height for all the three caret
rects should be the same for the test to pass. | 10 The carets on the empty editable boxes should have the same orientation as that
on the editable box containing some text. We thus compare the width and the heig
ht of the caret rects for verification. Width and height for all the three caret
rects should be the same for the test to pass. |
8 PASS emptyDivCaretRect.width is textDivCaretRect.width | 11 PASS emptyDivCaretRect.width is textDivCaretRect.width |
9 PASS emptyDivCaretRect.height is textDivCaretRect.height | 12 PASS emptyDivCaretRect.height is textDivCaretRect.height |
10 PASS emptyLineCaretRect.width is textDivCaretRect.width | 13 PASS emptyLineCaretRect.width is textDivCaretRect.width |
11 PASS emptyLineCaretRect.height is textDivCaretRect.height | 14 PASS emptyLineCaretRect.height is textDivCaretRect.height |
12 To verify the test manually on the browser, compare the orientation of the caret
s in all the boxes; it should be the same for all three. | 15 To verify the test manually on the browser, compare the orientation of the caret
s in all the boxes; it should be the same for all three. |
13 PASS successfullyParsed is true | 16 PASS successfullyParsed is true |
14 | 17 |
15 TEST COMPLETE | 18 TEST COMPLETE |
16 PASS successfullyParsed is true | |
17 | |
18 TEST COMPLETE | |
19 | 19 |
OLD | NEW |