chromium/third_party/blink/web_tests/css2.1/t1205-c566-list-stl-00-e-ag.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
 <head>
  <title>CSS 2.1 Test Suite: list-style</title>
  <script src="../resources/ahem.js"></script>
  <style type="text/css">
   ul {
     margin: 1em 5em; border: solid black; padding: 0; width: 6em; 
     font: 15px/1 Ahem; color: lime; background: red url(support/css1test566a.png) no-repeat; 
     list-style: upper-alpha inside;
   }
   li { margin: 0; padding: 0; }
  </style>
  <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#q10" title="12.5 Lists">
 </head>
 <body>
  <p>There should be no red below.</p>
  <ul class="one">
   <li> x x xx xx x x</li>
  </ul>
 </body>
</html>