645647-2.html (459B)
1 <!DOCTYPE html> 2 <htm><head> 3 <style> 4 .li { 5 display: list-item; 6 background: red; 7 float: left; 8 line-height: 0; 9 } 10 11 .ul { 12 list-style-type: none; 13 list-style-position: inside; 14 } 15 </style> 16 </head> 17 <body> 18 19 <pre>There should be no red areas.</pre> 20 21 <div class="ul"> 22 <div class="li"><a href="#"> 23 <img src="data:image/gif;base64,R0lGODlhAQABAIABAAD/AP///ywAAAAAAQABAAACAkQBADs=" height="75" width="75"> 24 </a></div> 25 </div> 26 27 28 </body></html>