RetroZilla/layout/html/tests/block/bugs/10777.html
2015-10-20 23:03:22 -04: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>