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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/selection/extend-by-word-002-expected.txt

Issue 2541163003: Fix TextIterator's behavior with first-letter (Closed)
Patch Set: Change relevant bug number Created 4 years 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
1 PASS selection.type is "Range" 1 PASS selection.type is "Range"
2 PASS selection.anchorNode is $("test").querySelectorAll("li")[0].childNodes[0] 2 PASS selection.anchorNode is $("test").querySelectorAll("li")[0].childNodes[0]
3 PASS selection.anchorOffset is 0 3 PASS selection.anchorOffset is 0
4 PASS selection.focusNode is $("test").querySelectorAll("li a")[3].firstChild 4 PASS selection.focusNode is $("test").querySelectorAll("li a")[3].firstChild
yosin_UTC9 2016/12/01 09:41:42 Could you convert this test to assert_selection()
5 PASS selection.focusOffset is 4 5 PASS selection.focusOffset is 5
6 PASS successfullyParsed is true 6 PASS successfullyParsed is true
7 7
8 TEST COMPLETE 8 TEST COMPLETE
9 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698