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

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

Issue 2709443002: Selection API: addRange() should be ignored if there is an existing Range. (Closed)
Patch Set: . Created 3 years, 10 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: third_party/WebKit/LayoutTests/editing/text-iterator/findString-start-search-after-selection-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/text-iterator/findString-start-search-after-selection-expected.txt b/third_party/WebKit/LayoutTests/editing/text-iterator/findString-start-search-after-selection-expected.txt
index 94e888d57786f0b5ed0c52f9b830341b6cce2390..21973824c6f2c259b1ef4d562711c1b51e565f4c 100644
--- a/third_party/WebKit/LayoutTests/editing/text-iterator/findString-start-search-after-selection-expected.txt
+++ b/third_party/WebKit/LayoutTests/editing/text-iterator/findString-start-search-after-selection-expected.txt
@@ -1,4 +1,3 @@
-CONSOLE ERROR: line 29: 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