blob: cc7b29a76c3eacba8bd1cd9a9f28a4f68cf04346 [file] [log] [blame]
<html>
<head>
<title>Oversized list marker</title>
<style type="text/css">
ul {
border: 10px dashed black;
}
</style>
</head>
<body>
<p>This tests that the size of the list marker is not effected by the width of the border. See bug #11957</p>
<ul>
<li>The list-marker should be the normal size.</li>
</ul>
</body>
</html>