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

28 lines
551 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>empty_image</title>
<style type="text/css">
ul.one {
list-style: url(blue_square.gif) circle
}
</style>
</head>
<body>
<ul class="one">
<li>List item should be designated by an image, or if image cannot be displayed, by a circle</li>
<li>List item should be designated by an image, or if image cannot be displayed, by a circle</li>
<li>List item should be designated by an image, or if image cannot be displayed, by a circle</li>
</ul>
</body>
</html>