Back to Chromium

Testing that searching for text restarts at the last active match.

third_party/blink/web_tests/editing/text-iterator/findString-restarts-at-last-position.html

149.0.7827.2310 B
Original Source

Failure: If the second search ends up finding the text in this line we didn't restart the search from the last active match: last_step.
Start: The first search should match this word: first_step.
Success: The second search should match this word: last_step. Subsequent searches should fail.