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

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

Issue 15732019: Revert 151179 "On IE and FireFox, they treats contenteditable="f..." (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 doesn't work across non-editable content. 1 Test that moving the caret with line granularity within the highest editable roo t works across non-editable content.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 PASS
4 4 apple pie
5 5 pineapple
6 Move forward line x 1 6 apple juice
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