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

Unified Diff: LayoutTests/editing/selection/extend-by-word-002-expected.txt

Issue 26315006: Avoid creating first-letter RenderTextFragments for unsuitable text nodes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merged to ToT again. Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/editing/selection/extend-by-word-002-expected.txt
diff --git a/LayoutTests/editing/selection/extend-by-word-002-expected.txt b/LayoutTests/editing/selection/extend-by-word-002-expected.txt
index b9cb8ea59428d1474c5cdb42755f412b6371f872..d40cc2bd436a581cfc702ebaa7ccefec7b920487 100644
--- a/LayoutTests/editing/selection/extend-by-word-002-expected.txt
+++ b/LayoutTests/editing/selection/extend-by-word-002-expected.txt
@@ -1,8 +1,8 @@
PASS selection.type is "Range"
-PASS selection.anchorNode is $("test").querySelectorAll("li")[0].childNodes[1].firstChild
+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
-PASS selection.focusOffset is 5
+PASS selection.focusOffset is 4
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698