summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/images/content-url-broken-image-with-alt-text.html
blob: c4fdd58ece41f44daaccfb9ba8a012c8d97f0fe3 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<style>
#img {content:url('ImageDoesNotExist')}
</style>
<img id='img' alt='test image'>
<p>crbug.com/516239: images set by content: url() should behave correctly with alt text.