waterson%netscape.com 17634000b5 Check in buster's block regression tests.
git-svn-id: svn://10.0.0.236/trunk@72580 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-20 00:53:47 +00:00

27 lines
453 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
<head>
<title></title>
<style type="text/css">
.one, .two {
list-style-position: outside;
list-style-type: circle;
}
.two {
list-style-image: url(dummy.gif); /* nonexistent */
}
</style>
</head>
<body>
<ul>
<li class="one">Should have a circle marker.</li>
<li class="two">Should have a circle marker.</li>
</ul>
</body>
</html>