<!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.
<!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.