Sign in
webkit
/
WebKit
/
68ae80dbd852513426dc763371e83df226c8fcb9
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
images
/
content-url-image-with-alt-text.html
blob: e0750d06129b62e1e120005dfdbae01b42f4d44f [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
#
img
{
content
:
url
(
'resources/lenna.png'
)}
</style>
<img
id
=
'img'
alt
=
'test image'
>
<p>
crbug.com/516239: images set by content: url() should behave correctly with alt text.