I want to display an error page for all the red URLs on https://badssl.com but a select few of the pages that are meant to have certificate errors don't cause the on_certificate_error or on_load_error callbacks to be called and the page loads without issue.
If I navigate to https://expired.badssl.com I see that on_certificate_error and on_load_error get called.
If I navigate to https://revoked.badssl.com I see that neither are called.
This is true for the following pages:
https://pinning-test.badssl.com/
https://revoked.badssl.com/
https://no-sct.badssl.com/
https://mixed-script.badssl.com/
https://very.badssl.com/
http://http.badssl.com/
https://mozilla-old.badssl.com/
Any idea why some certificate errors don't appear to be handled? Currently on 132.3.2+g4997b2f+chromium-132.0.6834.161