Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: third_party/WebKit/LayoutTests/editing/execCommand/enabling-and-selection-expected.txt

Issue 1805773002: Disable FontName, FontSize, and FontSizeDelta commands in contenteditable=plaintext-only. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix fast/forms/plaintext-mode-1.html Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/execCommand/script-tests/enabling-and-selection.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/execCommand/script-tests/enabling-and-selection.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698