Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t0805-c5511-ibrdr-tw-00-a.html
blob025e5d36ee8f5e0fdbd0dd679c8c23575721d9a3
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: border-top-width</title>
5 <style type="text/css">
6 .two {border-top-width: thin; border-style: solid;}
7 .three {border-top-width: 25px; color: red;}
8 </style>
9 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-properties" title="8.5 Border properties">
10 </head>
11 <body>
12 <p class="one">
13 <span class="two"> This box should have a thin top border.</span>
14 </p>
15 <p class="one">
16 There should be no red on this line. <span class="three">   </span>
17 </p>
18 </body>
19 </html>