blob: 2416e5dfd089baba6716b4f2393e3dc86e242519 [file] [log] [blame]
<!doctype html>
<title>Images behave the same when blocked by CSP as when failing to load/broken</title>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1664156">
<link rel="match" href="blocked-by-csp-ref.html">
<meta http-equiv=content-security-policy content="img-src 'none'">
<style>img { border: solid; }</style>
It should say PASS below:<br>
<img src=image alt="PASS">