【bug】Firefox 140.0beta Added support for the Custom Highlight API, cannot apply to shadow-root
I'm setting a highlight for a Range in a shadow-root using CSS.highlight.set('search-results-active', new Highlight(range1)). I've confirmed that the pseudo-element styles for the highlight have been injected into the page, and also verified that the...