2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / css2.1 / t0805-c5516-ibrdr-c-00-a.html
blobedd58beaed0e20f2b2e186d440f52cde5ba8e8f4
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: border-color</title>
5 <style type="text/css">
6 p { margin: 3em; }
7 .one {border-color: green; border-style: solid;}
8 .two {border-color: green; border-width: medium; border-style: solid;}
9 .three {border-color: purple green blue yellow; border-width: 2em; border-style: solid;}
10 </style>
11 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-properties" title="8.5 Border properties">
12 </head>
13 <body>
14 <p>
15 <span class="one">This box should have a green border.</span>
16 </p>
17 <p>
18 <span class="two">This box should have a green border.</span>
19 </p>
20 <p>
21 <span class="three">Clockwise from top, the borders should be: PURPLE, GREEN, BLUE, YELLOW.</span>
22 </p>
23 </body>
24 </html>