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

Side by Side Diff: LayoutTests/editing/selection/select-by-char-and-word-in-readonly-texts-using-keys-with-caret-mode-off-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, 6 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
OLDNEW
(Empty)
1 This test selects readonly texts using left/right arrow keys in combination with shift and ctrl modifiers when caretbrowsing is disabled.
2
3 Select using shift and left or right arrow key to see character by character sel ection. Select using shift and ctrl and left or right arrow key to see word by w ord selection.
4
5 PASS getSelection().baseOffset is 10
6 PASS getSelection().extentOffset is 12
7 PASS getSelection().baseOffset is 10
8 PASS getSelection().extentOffset is 9
9 PASS getSelection().baseOffset is 10
10 PASS getSelection().extentOffset is 18
11 PASS getSelection().baseOffset is 10
12 PASS getSelection().extentOffset is 13
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698