| OLD | NEW |
| 1 This tests enabling of execCommand commands based on whether the selection is a
caret or range or in editable content. | 1 This tests enabling of execCommand commands based on whether the selection is 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('FindString') is 'always' | 6 PASS whenEnabled('FindString') is 'always' |
| 7 PASS whenEnabled('Print') is 'always' | 7 PASS whenEnabled('Print') is 'always' |
| 8 PASS whenEnabled('SelectAll') is 'always' | 8 PASS whenEnabled('SelectAll') is 'always' |
| 9 PASS whenEnabled('Transpose') is 'caret' | 9 PASS whenEnabled('Transpose') is 'caret' |
| 10 PASS whenEnabled('Copy') is 'range' | 10 PASS whenEnabled('Copy') is 'range' |
| 11 PASS whenEnabled('Cut') is 'editable range' | 11 PASS whenEnabled('Cut') is 'editable range' |
| 12 PASS whenEnabled('RemoveFormat') is 'editable range' | 12 PASS whenEnabled('RemoveFormat') is 'editable range' |
| 13 PASS whenEnabled('Delete') is 'editable' | 13 PASS whenEnabled('Delete') is 'editable' |
| 14 PASS whenEnabled('FontName') is 'editable' | 14 PASS whenEnabled('FontName') is 'richly editable' |
| 15 PASS whenEnabled('FontSize') is 'editable' | 15 PASS whenEnabled('FontSize') is 'richly editable' |
| 16 PASS whenEnabled('FontSizeDelta') is 'editable' | 16 PASS whenEnabled('FontSizeDelta') is 'richly editable' |
| 17 PASS whenEnabled('ForwardDelete') is 'editable' | 17 PASS whenEnabled('ForwardDelete') is 'editable' |
| 18 PASS whenEnabled('InsertHTML') is 'editable' | 18 PASS whenEnabled('InsertHTML') is 'editable' |
| 19 PASS whenEnabled('InsertParagraph') is 'editable' | 19 PASS whenEnabled('InsertParagraph') is 'editable' |
| 20 PASS whenEnabled('InsertText') is 'editable' | 20 PASS whenEnabled('InsertText') is 'editable' |
| 21 PASS whenEnabled('BackColor') is 'richly editable' | 21 PASS whenEnabled('BackColor') is 'richly editable' |
| 22 PASS whenEnabled('Bold') is 'richly editable' | 22 PASS whenEnabled('Bold') is 'richly editable' |
| 23 PASS whenEnabled('CreateLink') is 'richly editable' | 23 PASS whenEnabled('CreateLink') is 'richly editable' |
| 24 PASS whenEnabled('ForeColor') is 'richly editable' | 24 PASS whenEnabled('ForeColor') is 'richly editable' |
| 25 PASS whenEnabled('FormatBlock') is 'richly editable' | 25 PASS whenEnabled('FormatBlock') is 'richly editable' |
| 26 PASS whenEnabled('HiliteColor') is 'richly editable' | 26 PASS whenEnabled('HiliteColor') is 'richly editable' |
| (...skipping 15 matching lines...) Expand all Loading... |
| 42 PASS whenEnabled('Superscript') is 'richly editable' | 42 PASS whenEnabled('Superscript') is 'richly editable' |
| 43 PASS whenEnabled('Underline') is 'richly editable' | 43 PASS whenEnabled('Underline') is 'richly editable' |
| 44 PASS whenEnabled('Paste') is 'editable' | 44 PASS whenEnabled('Paste') is 'editable' |
| 45 PASS whenEnabled('PasteAndMatchStyle') is 'editable' | 45 PASS whenEnabled('PasteAndMatchStyle') is 'editable' |
| 46 PASS whenEnabled('Unlink') is 'richly editable range' | 46 PASS whenEnabled('Unlink') is 'richly editable range' |
| 47 PASS whenEnabled('Unselect') is 'visible' | 47 PASS whenEnabled('Unselect') is 'visible' |
| 48 PASS successfullyParsed is true | 48 PASS successfullyParsed is true |
| 49 | 49 |
| 50 TEST COMPLETE | 50 TEST COMPLETE |
| 51 | 51 |
| OLD | NEW |