blob: 49d1a8d6cc0464d40364fba6bc0bfb883e78db84 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>CSS 2.1 Test Suite: list-style</title>
<style type="text/css">
ul {
margin: 1em 5em; border: solid black; padding: 0; width: 6em;
font: 15px/1 Ahem; color: lime; background: red url(support/css1test566a.png) no-repeat;
list-style: upper-alpha inside;
}
li { margin: 0; padding: 0; }
</style>
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#q10" title="12.5 Lists">
</head>
<body>
<p>There should be no red below.</p>
<ul class="one">
<li> x x xx xx x x</li>
</ul>
</body>
</html>