Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t1205-c566-list-stl-00-e-ag.html
blob8584e366137676837bc55c5362f09a78301d48e0
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 <script src="../resources/ahem.js"></script>
6 <style type="text/css">
7 ul {
8 margin: 1em 5em; border: solid black; padding: 0; width: 6em;
9 font: 15px/1 Ahem; color: lime; background: red url(support/css1test566a.png) no-repeat;
10 list-style: upper-alpha inside;
12 li { margin: 0; padding: 0; }
13 </style>
14 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#q10" title="12.5 Lists">
15 </head>
16 <body>
17 <p>There should be no red below.</p>
18 <ul class="one">
19 <li> x x xx xx x x</li>
20 </ul>
21 </body>
22 </html>