gecko-dev/layout/reftests/bugs/1401317.html

15 строки
193 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.foo::-moz-list-bullet { color: red }
</style>
</head>
<body>
<ul>
<li class="foo">one</li>
<li>two</li>
</ul>
</body>
</html>