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

Side by Side Diff: LayoutTests/editing/deleting/merge-paragraph-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 Insert newline
2 PASS selection.type is "Caret"
3 PASS selection.anchorNode is document.querySelectorAll("p.test")[1].firstChild
4 PASS selection.anchorOffset is 0
5 PASS selection.anchorNode.textContent is "efgh"
6 Delete newline
7 PASS selection.type is "Caret"
8 PASS selection.anchorNode is document.querySelectorAll("p.test")[0].firstChild
9 PASS selection.anchorOffset is 4
10 PASS selection.anchorNode.textContent is "abcdefgh"
11 PASS successfullyParsed is true
12
13 TEST COMPLETE
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698