2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / css2.1 / t0805-c5515-brdr-w-01-b-g.html
blobcab27459927e4f313f4485016fc825c9b6609acb
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 .one { background: url(support/swatch-red.png) repeat; }
7 .one div { border-width: 15px; border-style: solid; color: green; }
8 .one p { color: black; background: white; margin: 0; }
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 <div class="one">
14 <div>
15 <p>There should be no red on this page.</p>
16 </div>
17 </div>
18 </body>
19 </html>