Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t0805-c5514-brdr-lw-01-b-g.html
blob86acd19399304c4784c3921fab2789b93becb961
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: border-left-width</title>
5 <style type="text/css">
6 .one { background: url(support/swatch-red.png) repeat-y top left; }
7 .one div { border-left-width: 15px; border-style: solid; color: green; }
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 <div class="one">
13 <div>
14 There should be no red on this page.
15 </div>
16 </div>
17 </body>
18 </html>