| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
| <title>CSS 2.1 Test Suite: list-style</title> |
| ul { list-style: url(support/swatch-white.png) disc outside; margin: 0; padding: 3em; color: red; line-height: 0; } |
| li { margin: 0; padding: 0; background: url(support/swatch-red.png) no-repeat 15px 0px; } |
| img { margin: 0 0 0 15px; } |
| <link title="12.5 Lists" href="http://www.w3.org/TR/CSS21/generate.html#q10" rel="help"> |
| <li><img alt="" src="support/swatch-green.png"> <span>⇦ There should be a green square to the left, and no red.</span></li> |