2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / css2.1 / t0805-c5512-brdr-rw-00-b.html
blobd9c97324c155608ab054bb43f43726b964475c67
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: border-right-width</title>
5 <style type="text/css">
6 .two {border-right-width: thick; border-style: solid;}
7 .three {border-right-width: medium; border-style: solid;}
8 .four {border-right-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 right borders.</p>
14 <p class="two">
16 </p>
17 <p class="three">
19 </p>
20 <p class="four">
22 </p>
23 </body>
24 </html>