Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t0805-c5520-brdr-b-00-a.html
blob3c0d1f673527c28b728ba12d9bf225415c15e559
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: border-bottom</title>
5 <style type="text/css">
6 p { color: blue; }
7 .one {border-bottom: blue double 10px;}
8 .two {border-bottom: blue thin solid;}
9 </style>
10 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-properties" title="8.5 Border properties">
11 </head>
12 <body>
13 <p class="one">
14 This paragraph should have two blue lines directly under it.
15 </p>
16 <p class="two">
17 This paragraph should have a single thin blue line directly under it.
18 </p>
19 </body>
20 </html>