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

Unified Diff: LayoutTests/editing/execCommand/enabling-and-selection-2-expected.txt

Issue 268993002: For non-editable content, selection editor commands are disabled Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/editing/execCommand/script-tests/enabling-and-selection-2.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/execCommand/enabling-and-selection-2-expected.txt
diff --git a/LayoutTests/editing/execCommand/enabling-and-selection-2-expected.txt b/LayoutTests/editing/execCommand/enabling-and-selection-2-expected.txt
index ba459c19e623fde1de6e3247d1b4f1091566a703..0317eebfdb782fd53ec1a9933fef2b53edb650c9 100644
--- a/LayoutTests/editing/execCommand/enabling-and-selection-2-expected.txt
+++ b/LayoutTests/editing/execCommand/enabling-and-selection-2-expected.txt
@@ -61,25 +61,25 @@ PASS whenEnabled('Underline') is 'richly editable'
PASS whenEnabled('Unscript') is 'richly editable'
PASS whenEnabled('Paste') is 'editable'
PASS whenEnabled('MoveBackwardAndModifySelection') is 'visible'
-PASS whenEnabled('MoveDownAndModifySelection') is 'visible'
+PASS whenEnabled('MoveDownAndModifySelection') is 'selectable, not necessarily editable'
PASS whenEnabled('MoveForwardAndModifySelection') is 'visible'
-PASS whenEnabled('MoveLeftAndModifySelection') is 'visible'
+PASS whenEnabled('MoveLeftAndModifySelection') is 'selectable, not necessarily editable'
PASS whenEnabled('MoveParagraphBackwardAndModifySelection') is 'visible'
PASS whenEnabled('MoveParagraphForwardAndModifySelection') is 'visible'
-PASS whenEnabled('MoveRightAndModifySelection') is 'visible'
+PASS whenEnabled('MoveRightAndModifySelection') is 'selectable, not necessarily editable'
PASS whenEnabled('MoveToBeginningOfDocumentAndModifySelection') is 'visible'
-PASS whenEnabled('MoveToBeginningOfLineAndModifySelection') is 'visible'
+PASS whenEnabled('MoveToBeginningOfLineAndModifySelection') is 'selectable, not necessarily editable'
PASS whenEnabled('MoveToBeginningOfParagraphAndModifySelection') is 'visible'
PASS whenEnabled('MoveToBeginningOfSentenceAndModifySelection') is 'visible'
PASS whenEnabled('MoveToEndOfDocumentAndModifySelection') is 'visible'
-PASS whenEnabled('MoveToEndOfLineAndModifySelection') is 'visible'
+PASS whenEnabled('MoveToEndOfLineAndModifySelection') is 'selectable, not necessarily editable'
PASS whenEnabled('MoveToEndOfParagraphAndModifySelection') is 'visible'
PASS whenEnabled('MoveToEndOfSentenceAndModifySelection') is 'visible'
-PASS whenEnabled('MoveUpAndModifySelection') is 'visible'
+PASS whenEnabled('MoveUpAndModifySelection') is 'selectable, not necessarily editable'
PASS whenEnabled('MoveWordBackwardAndModifySelection') is 'visible'
PASS whenEnabled('MoveWordForwardAndModifySelection') is 'visible'
-PASS whenEnabled('MoveWordLeftAndModifySelection') is 'visible'
-PASS whenEnabled('MoveWordRightAndModifySelection') is 'visible'
+PASS whenEnabled('MoveWordLeftAndModifySelection') is 'selectable, not necessarily editable'
+PASS whenEnabled('MoveWordRightAndModifySelection') is 'selectable, not necessarily editable'
PASS whenEnabled('SelectLine') is 'visible'
PASS whenEnabled('SelectParagraph') is 'visible'
PASS whenEnabled('SelectSentence') is 'visible'
« no previous file with comments | « no previous file | LayoutTests/editing/execCommand/script-tests/enabling-and-selection-2.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698