Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t0805-c5518-brdr-t-00-a.html
blob4e5b84e92f3556059f8bd7d92083d6fe9e0754d2
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: border-top</title>
5 <style type="text/css">
6 p { color: blue; }
7 .one {border-top: blue double 10px;}
8 .two {border-top: 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 above it.
15 </p>
16 <p class="two">
17 This paragraph should have a single thin blue line directly above it.
18 </p>
19 </body>
20 </html>