RetroZilla/layout/html/tests/block/bugs/10777.html

28 lines
551 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<!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>