blob: a2c14679d9a1c2149114d5588caf05bf463cba74 [file] [log] [blame]
<!DOCTYPE html>
<style>
#a {
background-image: url(resources/bluesquare.png);
background-position: 0px -100px;
background-repeat: repeat-x;
height: 1em;
}
#b {
float: left;
background-color: white;
}
</style>
<div id="a"><span id="b">This test passes if there is blue to the right</span></div>