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

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, 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 is the first paragraph.
2
3 This is the second paragraph.
4
5 This tests selection in readonly texts using shift+Up/Down. When no further up/d own movement is possible, the selection either moves to the start (for up) or en d (for down) of the line.
6
7 PASS selection.type is "Range"
8 PASS selection.anchorNode is paragraph1
9 PASS selection.anchorOffset is 3
10 PASS selection.focusNode is paragraph1
11 PASS selection.focusOffset is 0
12 PASS selection.type is "Range"
13 PASS selection.anchorNode is paragraph1
14 PASS selection.anchorOffset is 3
15 PASS selection.focusNode is paragraph2
16 PASS selection.focusOffset is 3
17 PASS successfullyParsed is true
18
19 TEST COMPLETE
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698