Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t1205-c566-list-stl-01-c-g.html
blob5eeb8fb3d7f6c8361f461dac6a47e616a92b3afb
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 { list-style: url(support/swatch-white.png) disc outside; margin: 0; padding: 3em; color: red; line-height: 0; }
7 li { margin: 0; padding: 0; background: url(support/swatch-red.png) no-repeat 15px 0px; }
8 img { margin: 0 0 0 15px; }
9 span { color: black; }
10 </style>
11 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#q10" title="12.5 Lists">
12 </head>
13 <body>
14 <ul class="two">
15 <li><img alt="" src="support/swatch-green.png"> <span>⇦ There should be a green square to the left, and no red.</span></li>
16 </ul>
17 </body>
18 </html>