Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.foo::marker { color: red }
</style>
</head>
<body>
<ul>
<li class="foo">one</li>
<li>two</li>
</ul>
</body>
</html>