OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <style> | |
3 #a { | |
4 background-image: url(resources/bluesquare.png); | |
5 background-repeat: repeat; | |
6 height: 1em; | |
7 } | |
8 #b { | |
9 float: left; | |
10 background-color: white; | |
11 } | |
12 </style> | |
13 <div id="a"><span id="b">This test passes if there is blue to the right</span></ div> | |
OLD | NEW |