-
Notifications
You must be signed in to change notification settings - Fork 9.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CHROME_INTERSTITIAL_ERROR throws on iframes #9562
Comments
Thanks @benschwarz! I'm not able to reproduce this locally or with PSI though. Do you know if this page is employing geo-based content differentiation? |
@patrickhulce Not sure about geo-based content differentiation, but I did notice that we did not see the interstitial error when adblocking was turned on. I think there's an ad/third party somewhere in there that throws one of the chrome-errors that's then identified in the network records. Does that sound plausible? |
I was able to reproduce this every time. I could share the trace information from |
No worries I made my own :) https://lh-iframe-interstitial.glitch.me/ |
Provide the steps to reproduce
What is the current behavior?
Lighthouse throws
CHROME_INTERSTITIAL_ERROR
What is the expected behavior?
A successful test
Environment Information
I ran lighthouse with
ndb
to get a deeper look in:In
gather-runner.js
, #getInterstitialError:Returns a single network record, which appears to be a base64 encoded image of the chrome dino error states.
The text was updated successfully, but these errors were encountered: