ladybird/Tests/LibWeb/Text/expected/HTML/Window-find-clear-selection.txt
Tim Ledbetter 9e556972ae LibWeb: Reset find-in-page index if selection is cleared
Previously, if the user made a find-in-page query, then cleared the
selection made by that query, subsequent queries would inadvertently
advance to the next match instead of reselecting the first match.
2025-02-09 18:19:58 +00:00

2 lines
105 B
Text

window.find("test") initial result: true
window.find("test") after clearing the previous selection: true