Back to Chromium

Testing that searching for text starts at the active selection

third_party/blink/web_tests/editing/text-iterator/findString-start-search-after-selection.html

149.0.7827.2328 B
Original Source

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.