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

Side by Side Diff: LayoutTests/editing/selection/select-down-or-up-the-lines-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, 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is the first paragraph.
2
3 This is the second paragraph.
4
5 This tests selection in readonly texts using shift+Up/Down. With this key combin ation you can select up or down the line. When no further up/down movement is po ssible, the selection either moves to the start (for up) or end (for down) of th e line.
6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8
9
10 PASS selection.type is "Range"
11 PASS selection.anchorNode is paragraph1
12 PASS selection.anchorOffset is 3
13 PASS selection.focusNode is paragraph1
14 PASS selection.focusOffset is 0
15 PASS selection.type is "Range"
16 PASS selection.anchorNode is paragraph1
17 PASS selection.anchorOffset is 3
18 PASS selection.focusNode is paragraph2
19 PASS selection.focusOffset is 3
20 PASS successfullyParsed is true
21
22 TEST COMPLETE
23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698