blob: 668ee3575e9ea6e54de86644f06ce35161776669 [file]
<style>
div {
height: 50px;
font-family: Monospace;
font-size: 20px;
}
img {
width: 10px;
height: 10px;
background-color: green;
}
</style>
<div><span>PASS if green box is below this text<br><img></span></div>
<div><span><span>PASS if blue box is below this text<br><img style="background-color: blue;"></span></span></div>
<div><span>PASS if magenta box is below this text<br><img style="background-color: magenta;">
</span></div>