Adam Raine
Adam Raine
Thanks for reporting this and doing an investigation! Not very often that someone reports a page that *should* be failing an audit but isn't. Your analysis is correct. The failure...
Thanks for the research @thibaudcolas! I think should merge everything into this audit, but good to know which audits this problem affects.
TODO: Discuss reenabling `preload-lcp-image`
The node 16 thing is currently blocked on https://github.com/testdouble/testdouble.js/issues/498
Is there anything left to do here?
I reproduced this on the 3rd try in PSI, but I haven't reproduced in Lighthouse.
Lighthouse does find an image element with this CSS as it's source, but it doesn't appear in the `offscreen-images` audit: ```json5 { "src": "https://www.otzerling.com/wp-content/cache/autoptimize/css/autoptimize_a20027a7d5305a83fa1a09a234222d9a.css", "srcset": "", "displayedWidth": 0, "displayedHeight": 0,...
Doing a ```js const el = document.querySelector('div.brave_popupSections__wrap > div.brave_popupMargin__wrap > div.brave_popup__step__popup > div.brave_popup__step__content'); window.getComputedStyle(el).backgroundImage; ``` in the console shows there is an element with this CSS file URL as it's...
One of the outer `div`s has a `background-image` set to this CSS URL in the computed style:  In the actual style: ![Screen...
@brendankenny do search engines rank pages based on tap target size, or was that just a general recommendation?