You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In chromium's content_shell, we can test find-in-page with testRunner.findString. We need to be able to test find-in-page for new features like this one, and it would be nice for WPT to support a way to trigger find-in-page.
We will likely add the new feature to window.find just to make it testable, but window.find isn't specced yet and isn't exactly the same as find-in-page, so it would still be nice to have WPT support for find-in-page as well.
In chromium's content_shell, we can test find-in-page with
testRunner.findString
. We need to be able to test find-in-page for new features like this one, and it would be nice for WPT to support a way to trigger find-in-page.We will likely add the new feature to
window.find
just to make it testable, but window.find isn't specced yet and isn't exactly the same as find-in-page, so it would still be nice to have WPT support for find-in-page as well.cc @emilio @domenic @annevk
The text was updated successfully, but these errors were encountered: