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