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

Unified Diff: LayoutTests/editing/text-iterator/findString-start-search-after-selection-expected.txt

Issue 205903003: Implement Range-based selection expansion. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase; fix test expectation for Mac. Created 6 years, 9 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/text-iterator/findString-start-search-after-selection-expected.txt
diff --git a/LayoutTests/editing/text-iterator/findString-start-search-after-selection-expected.txt b/LayoutTests/editing/text-iterator/findString-start-search-after-selection-expected.txt
index 21973824c6f2c259b1ef4d562711c1b51e565f4c..23b76a979a656ea1c828b2e4e842c794bda8e6e7 100644
--- a/LayoutTests/editing/text-iterator/findString-start-search-after-selection-expected.txt
+++ b/LayoutTests/editing/text-iterator/findString-start-search-after-selection-expected.txt
@@ -1,3 +1,4 @@
+CONSOLE ERROR: Discontiguous selection is not supported.
The _before_selection_ word is before the selection, so we shouldn't be able to find it if span_to_select is selected.
The _in_selection_ word is in the selection and we should always be able to find it.
The _after_selection_ word is after the selection and we should always be able to find that too.

Powered by Google App Engine
This is Rietveld 408576698