Git init
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t1205-c566-list-stl-00-e-ag.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3  <head>
4   <title>CSS 2.1 Test Suite: list-style</title>
5   <style type="text/css">
6    ul {
7      margin: 1em 5em; border: solid black; padding: 0; width: 6em; 
8      font: 15px/1 Ahem; color: lime; background: red url(support/css1test566a.png) no-repeat; 
9      list-style: upper-alpha inside;
10    }
11    li { margin: 0; padding: 0; }
12   </style>
13   <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#q10" title="12.5 Lists">
14  </head>
15  <body>
16   <p>There should be no red below.</p>
17   <ul class="one">
18    <li> x x xx xx x x</li>
19   </ul>
20  </body>
21 </html>