OLD | NEW |
1 This tests enabling of non-execCommand commands based on whether the selection i
s a caret or range or in editable content. | 1 This tests enabling of non-execCommand commands based on whether the selection i
s a caret or range or in editable content. |
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 | 5 |
6 PASS whenEnabled('Print') is 'always' | 6 PASS whenEnabled('Print') is 'always' |
7 PASS whenEnabled('SelectAll') is 'always' | 7 PASS whenEnabled('SelectAll') is 'always' |
8 PASS whenEnabled('Transpose') is 'caret' | 8 PASS whenEnabled('Transpose') is 'caret' |
9 PASS whenEnabled('Copy') is 'range' | 9 PASS whenEnabled('Copy') is 'range' |
10 PASS whenEnabled('Cut') is 'editable range' | 10 PASS whenEnabled('Cut') is 'editable range' |
(...skipping 20 matching lines...) Expand all Loading... |
31 PASS whenEnabled('MoveRight') is 'editable' | 31 PASS whenEnabled('MoveRight') is 'editable' |
32 PASS whenEnabled('MoveToBeginningOfDocument') is 'editable' | 32 PASS whenEnabled('MoveToBeginningOfDocument') is 'editable' |
33 PASS whenEnabled('MoveToBeginningOfLine') is 'editable' | 33 PASS whenEnabled('MoveToBeginningOfLine') is 'editable' |
34 PASS whenEnabled('MoveToBeginningOfParagraph') is 'editable' | 34 PASS whenEnabled('MoveToBeginningOfParagraph') is 'editable' |
35 PASS whenEnabled('MoveToBeginningOfSentence') is 'editable' | 35 PASS whenEnabled('MoveToBeginningOfSentence') is 'editable' |
36 PASS whenEnabled('MoveToEndOfDocument') is 'editable' | 36 PASS whenEnabled('MoveToEndOfDocument') is 'editable' |
37 PASS whenEnabled('MoveToEndOfLine') is 'editable' | 37 PASS whenEnabled('MoveToEndOfLine') is 'editable' |
38 PASS whenEnabled('MoveToEndOfParagraph') is 'editable' | 38 PASS whenEnabled('MoveToEndOfParagraph') is 'editable' |
39 PASS whenEnabled('MoveToEndOfSentence') is 'editable' | 39 PASS whenEnabled('MoveToEndOfSentence') is 'editable' |
40 PASS whenEnabled('MoveUp') is 'editable' | 40 PASS whenEnabled('MoveUp') is 'editable' |
| 41 PASS whenEnabled('MoveParagraphBackward') is 'editable' |
| 42 PASS whenEnabled('MoveParagraphForward') is 'editable' |
41 PASS whenEnabled('MoveWordBackward') is 'editable' | 43 PASS whenEnabled('MoveWordBackward') is 'editable' |
42 PASS whenEnabled('MoveWordForward') is 'editable' | 44 PASS whenEnabled('MoveWordForward') is 'editable' |
43 PASS whenEnabled('MoveWordLeft') is 'editable' | 45 PASS whenEnabled('MoveWordLeft') is 'editable' |
44 PASS whenEnabled('MoveWordRight') is 'editable' | 46 PASS whenEnabled('MoveWordRight') is 'editable' |
45 PASS whenEnabled('Yank') is 'editable' | 47 PASS whenEnabled('Yank') is 'editable' |
46 PASS whenEnabled('YankAndSelect') is 'editable' | 48 PASS whenEnabled('YankAndSelect') is 'editable' |
47 PASS whenEnabled('AlignCenter') is 'richly editable' | 49 PASS whenEnabled('AlignCenter') is 'richly editable' |
48 PASS whenEnabled('AlignJustified') is 'richly editable' | 50 PASS whenEnabled('AlignJustified') is 'richly editable' |
49 PASS whenEnabled('AlignLeft') is 'richly editable' | 51 PASS whenEnabled('AlignLeft') is 'richly editable' |
50 PASS whenEnabled('AlignRight') is 'richly editable' | 52 PASS whenEnabled('AlignRight') is 'richly editable' |
(...skipping 30 matching lines...) Expand all Loading... |
81 PASS whenEnabled('SelectLine') is 'visible' | 83 PASS whenEnabled('SelectLine') is 'visible' |
82 PASS whenEnabled('SelectParagraph') is 'visible' | 84 PASS whenEnabled('SelectParagraph') is 'visible' |
83 PASS whenEnabled('SelectSentence') is 'visible' | 85 PASS whenEnabled('SelectSentence') is 'visible' |
84 PASS whenEnabled('SelectWord') is 'visible' | 86 PASS whenEnabled('SelectWord') is 'visible' |
85 PASS whenEnabled('SetMark') is 'visible' | 87 PASS whenEnabled('SetMark') is 'visible' |
86 PASS whenEnabled('OverWrite') is 'richly editable' | 88 PASS whenEnabled('OverWrite') is 'richly editable' |
87 PASS successfullyParsed is true | 89 PASS successfullyParsed is true |
88 | 90 |
89 TEST COMPLETE | 91 TEST COMPLETE |
90 | 92 |
OLD | NEW |