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

Side by Side Diff: LayoutTests/editing/selection/move-by-line-004-expected.txt

Issue 14794012: Make contenteditable="false" element as atomic node for selection motion (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 2013-05-27T14:00 Created 7 years, 7 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 | Annotate | Revision Log
OLDNEW
1 Test that moving the caret with line granularity within the highest editable roo t works across non-editable content. 1 Test that moving the caret with line granularity within the highest editable roo t doesn't work across non-editable content.
2 2
3 PASS 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 apple pie 4
5 pineapple 5
6 apple juice 6 Move forward line x 1
7 PASS selection.anchorNode == '[object Text]' is true
8 PASS selection.anchorOffset is 9
9 Move backward line x 1
10 PASS selection.anchorNode == '[object Text]' is true
11 PASS selection.anchorOffset is 0
12 PASS successfullyParsed is true
13
14 TEST COMPLETE
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698