Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t0805-c5515-brdr-w-00-a.html
blobe633c0419243e46103b76b96d9b870873b48b095
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: border-width</title>
5 <style type="text/css">
6 .two {border-width: thick; border-style: solid;}
7 .three {border-width: medium; border-style: solid;}
8 .four {border-width: thin; border-style: 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>The three boxes below should have progressively thinner borders.</p>
14 <p class="two">
16 </p>
17 <p class="three">
19 </p>
20 <p class="four">
22 </p>
23 </body>
24 </html>