<!doctype HTML>
<!doctype HTML>
<style>
img {
display: block;
background-color: blue;
}
</style>
Test passes if green is seen.
<div id="image" src="" style="background: green; width: 100px; height:100px"/>
<!doctype HTML>
<!doctype HTML>
<style>
img {
display: block;
background-color: blue;
}
</style>
Test passes if green is seen.
<div id="image" src="" style="background: green; width: 100px; height:100px"/>