Sign in
webkit
/
WebKit
/
436b72e27e0464bf3a61a2b074723e3cc9dee953
/
.
/
LayoutTests
/
http
/
tests
/
security
/
contentSecurityPolicy
/
image-blocked-alt-text-expected.html
blob: 75075e93ee3a7ad517ad2b06722cf748ce94253f [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p>
This tests that the alternative text of an 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>