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 23b76a979a656ea1c828b2e4e842c794bda8e6e7..94e888d57786f0b5ed0c52f9b830341b6cce2390 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,4 @@ |
-CONSOLE ERROR: Discontiguous selection is not supported. |
+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. |