about:blank Frame
Tests whether a secure HTTPS image loads correctly inside about:blank iframes
The test loads a secure HTTPS image
(https://test-website-a.pages.dev/local-frames/local-frame-secure-content/icon-red.png) in two contexts
on this HTTPS page:
about:blank iframe.
An about:blank frame inherits its security origin from the parent, so
a secure image should load successfully in both contexts.
This is the secure counterpart to the mixed content test — since the image is loaded over HTTPS, no mixed content blocking should occur.
| Scenario | Main frame | about:blank frame |
Verdict |
|---|---|---|---|
| Any browser | Loaded | Loaded | Pass |