haikuwebkit/LayoutTests/css2.1/t0805-c5514-brdr-lw-01-b-g....

18 lines
541 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>CSS 2.1 Test Suite: border-left-width</title>
<style type="text/css">
.one { background: url(support/swatch-red.png) repeat-y top left; }
.one div { border-left-width: 15px; border-style: solid; color: green; }
</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>
There should be no red on this page.
</div>
</div>
</body>
</html>