OLD | NEW |
1 This tests the initial caret position for textareas. | 1 This tests the initial caret position for textareas. |
2 | 2 |
3 Bug 11746: REGRESSION(r14931): Outlook Web Access incorrectly positions the inse
rtion point when replying to e-mail | 3 Bug 11746: REGRESSION(r14931): Outlook Web Access incorrectly positions the inse
rtion point when replying to e-mail |
4 http://bugs.webkit.org/show_bug.cgi?id=11746 | 4 http://bugs.webkit.org/show_bug.cgi?id=11746 |
5 | 5 |
6 | 6 |
7 PASS ta.selectionStart is 0 | 7 PASS ta.selectionStart is 0 |
8 PASS ta.selectionEnd is 0 | 8 PASS ta.selectionEnd is 0 |
9 PASS successfullyParsed is true | 9 PASS successfullyParsed is true |
10 | 10 |
11 TEST COMPLETE | 11 TEST COMPLETE |
12 | 12 |
OLD | NEW |