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