1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
4 <TITLE>CSS1 Test Suite:
5.5.19 border-right
</TITLE>
5 <META http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1">
6 <META http-equiv=
"Content-Style-Type" content=
"text/css">
8 <LINK rel=
"stylesheet" type=
"text/css" media=
"screen" href=
"../resources/base.css">
9 <STYLE type=
"text/css">
10 P {margin-right:
20px;}
11 .one {border-right: purple double
10px;}
12 .two {border-right: purple thin solid;}
17 <BODY><P>The style declarations which apply to the text below are:
</P>
18 <PRE>P {margin-right:
20px;}
19 .one {border-right: purple double
10px;}
20 .two {border-right: purple thin solid;}
24 <P style=
"background-color: silver;">
25 This paragraph has a background color of silver and a
20-pixel right margin, and it contains inline elements with classes of
<SPAN class=
"one">class one
</SPAN>, which should have a
10-pixel purple double right border; and
<SPAN class=
"two">class two
</SPAN>, which should have a thin solid purple right border. The line-height of the parent element should not change on any line.
29 <TABLE border
cellspacing=
"0" cellpadding=
"3" class=
"tabletest">
31 <TD colspan=
"2" bgcolor=
"silver"><STRONG>TABLE Testing Section
</STRONG></TD>
34 <TD bgcolor=
"silver"> </TD>
35 <TD><P style=
"background-color: silver;">
36 This paragraph has a background color of silver and a
20-pixel right margin, and it contains inline elements with classes of
<SPAN class=
"one">class one
</SPAN>, which should have a
10-pixel purple double right border; and
<SPAN class=
"two">class two
</SPAN>, which should have a thin solid purple right border. The line-height of the parent element should not change on any line.
38 </TD></TR></TABLE></BODY>