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

Side by Side Diff: LayoutTests/editing/selection/caret-with-first-letter-expected.txt

Issue 20681004: Make first-letter style to work with editing Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 2013-09-20T18:27:32 Created 7 years, 3 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
(Empty)
1 Move caret before first letter
2 PASS selection.type is "Caret"
3 PASS selection.anchorNode is test.firstChild
4 PASS selection.anchorOffset is 0
5 Hit right arrow key
6 PASS selection.type is "Caret"
7 PASS selection.anchorNode is test.firstChild
8 PASS selection.anchorOffset is 1
9 Hit right arrow key
10 PASS selection.type is "Caret"
11 PASS selection.anchorNode is test.firstChild
12 PASS selection.anchorOffset is 2
13 Hit left arrow key
14 PASS selection.type is "Caret"
15 PASS selection.anchorNode is test.firstChild
16 FAIL selection.anchorOffset should be 1. Was 3.
17 Hit left arrow key
18 PASS selection.type is "Caret"
19 PASS selection.anchorNode is test.firstChild
20 FAIL selection.anchorOffset should be 0. Was 4.
21 PASS successfullyParsed is true
22
23 TEST COMPLETE
24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698