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. |