OLD | NEW |
1 Testcase for bug 108053: Caret is not displayed when trying to focus inside a co
ntenteditable element containing an empty block. To manually verify the issue, c
lick inside the three boxes. A caret should be displayed for each of them. | 1 Testcase for bug 108053: Caret is not displayed when trying to focus inside a co
ntenteditable element containing an empty block. To manually verify the issue, c
lick inside the three boxes. A caret should be displayed for each of them. |
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 horizontalCaretRect.top is textCaretRect.top | 8 PASS horizontalCaretRect.top is textCaretRect.top |
6 PASS horizontalCaretRect.width is textCaretRect.width | 9 PASS horizontalCaretRect.width is textCaretRect.width |
7 PASS horizontalCaretRect.height is textCaretRect.height | 10 PASS horizontalCaretRect.height is textCaretRect.height |
8 PASS verticalCaretRect.top is textCaretRect.left | 11 PASS verticalCaretRect.top is textCaretRect.left |
9 PASS verticalCaretRect.width is textCaretRect.height | 12 PASS verticalCaretRect.width is textCaretRect.height |
10 PASS verticalCaretRect.height is textCaretRect.width | 13 PASS verticalCaretRect.height is textCaretRect.width |
11 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
12 | 15 |
13 TEST COMPLETE | 16 TEST COMPLETE |
14 PASS successfullyParsed is true | |
15 | |
16 TEST COMPLETE | |
17 | 17 |
OLD | NEW |