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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/editing/selection/extend-by-word-002-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/selection/extend-by-word-002-expected.txt b/third_party/WebKit/LayoutTests/editing/selection/extend-by-word-002-expected.txt
index d40cc2bd436a581cfc702ebaa7ccefec7b920487..b2ae70d2c6500860ff877f70ee03d9afb8727e5e 100644
--- a/third_party/WebKit/LayoutTests/editing/selection/extend-by-word-002-expected.txt
+++ b/third_party/WebKit/LayoutTests/editing/selection/extend-by-word-002-expected.txt
@@ -2,7 +2,7 @@ PASS selection.type is "Range"
PASS selection.anchorNode is $("test").querySelectorAll("li")[0].childNodes[0]
PASS selection.anchorOffset is 0
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()
-PASS selection.focusOffset is 4
+PASS selection.focusOffset is 5
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698