Sign in
webkit
/
WebKit
/
76a8f7c08111492deadce85b92a6e5bae1da2a4b
/
.
/
LayoutTests
/
http
/
tests
/
security
/
contentSecurityPolicy
/
image-data-URL-blocked-alt-text-expected.html
blob: 9b92747a7b281d824d4960444abc8736641bd8e3 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p>
This tests that the alternative text of a data URL image is rendered when the CSP policy of the page blocks its load.
</p>
<img
src
=
""
width
=
"50"
height
=
"50"
alt
=
"alt text"
>
</body>
</html>