summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/replaced-elements/images/blocked-by-csp.html
blob: 2416e5dfd089baba6716b4f2393e3dc86e242519 (plain)
1
2
3
4
5
6
7
8
<!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">