1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>CSS
2.1 Test Suite: border-left-width
</title>
5 <style type=
"text/css">
6 .two {border-left-width: thin
; border-style: solid
;}
7 .three {border-left-width: 25px; color: red
;}
9 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/box.html#border-properties" title=
"8.5 Border properties">
13 <span class=
"two"> This box should have a thin left border.
</span>
16 There should be no red on this line.
<span class=
"three"> </span>