demo · v139

Find-in-Page Stability

Chrome 139 fixes priority-candidate selection for focused editables and find-in-page highlights. This page uses the browser's window.find() path when available, measures the selected result before and after upstream layout shifts, and keeps fallback/manual states visible.

support checking
find target not run yet
latest measurement 0px movement
timer stopped
/* opt out only for content that should not anchor */
.may-shift { overflow-anchor: none; }

manual native check

The automated control uses window.find(), which Chrome maps to the browser find path. For the fully manual browser UI path, focus the article, use the browser find box for the default query, then start layout shifts. The selected result should stay visible when anchoring is set to auto.

see also