chromium/third_party/blink/web_tests/css2.1/t0805-c5515-brdr-w-01-b-g.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
 <head>
  <title>CSS 2.1 Test Suite: border-width</title>
  <style type="text/css">
   .one { background: url(support/swatch-red.png) repeat; }
   .one div { border-width: 15px; border-style: solid; color: green; }
   .one p { color: black; background: white; margin: 0; }
  </style>
  <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-properties" title="8.5 Border properties">
 </head>
 <body>
  <div class="one">
   <div>
    <p>There should be no red on this page.</p>
   </div>
  </div>
 </body>
</html>