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

16 строки
216 B
HTML

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