summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1401317-ref.html
blob: 395eab87d23e0d4aba8f9704873d9f81fea182b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.foo::marker { color: red }
.foo { color: black; }
</style>
</head>
<body>
  <ul>
    <li class="foo">one</li>
    <li>two</li>
  </ul>
</body>
</html>