Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t0805-c5521-brdr-l-02-e.html
blobb7f517f8d12eaaec57ad5bda048d7d754e307b2e
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: border-left</title>
5 <style type="text/css">
6 body { color: blue; }
7 .threea {border-left: orange medium solid;}
8 .threeb {border-left: lime medium solid;}
9 .threec {border-left: yellow medium solid;}
10 </style>
11 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-properties" title="8.5 Border properties">
12 </head>
13 <body>
14 <p>There should be a solid line to the left of the text below,
15 having three segments each of a different colour as indicated.</p>
16 <ul>
17 <li class="threea">Orange orange...
18 <ul>
19 <li>...orange orange...
20 </li>
21 <li>...orange orange...
22 </li>
23 <li>...orange orange.
24 </li>
25 </ul>
26 </li>
27 <li class="threeb">Lime.</li>
28 <li class="threec">Yellow yellow yellow yellow yellow yellow yellow
29 yellow yellow yellow yellow yellow yellow yellow yellow yellow
30 yellow yellow yellow yellow yellow yellow yellow yellow yellow
31 yellow yellow yellow yellow yellow yellow yellow yellow yellow
32 yellow yellow yellow yellow yellow yellow yellow yellow yellow
33 yellow yellow yellow yellow yellow yellow yellow yellow yellow
34 yellow yellow yellow yellow yellow yellow yellow yellow yellow
35 yellow yellow yellow yellow yellow yellow yellow yellow yellow
36 yellow yellow yellow yellow yellow yellow yellow yellow yellow
37 yellow yellow yellow yellow yellow yellow yellow yellow yellow
38 yellow yellow yellow yellow yellow yellow yellow yellow yellow
39 yellow yellow yellow yellow yellow yellow yellow yellow.</li>
40 </ul>
41 </body>
42 </html>