blocked-by-csp.html (395B)
1 <!doctype html> 2 <title>Images behave the same when blocked by CSP as when failing to load/broken</title> 3 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1664156"> 4 <link rel="match" href="blocked-by-csp-ref.html"> 5 <meta http-equiv=content-security-policy content="img-src 'none'"> 6 <style>img { border: solid; }</style> 7 It should say PASS below:<br> 8 <img src=image alt="PASS">