OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org
/TR/REC-html40/loose.dtd"> | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org
/TR/REC-html40/loose.dtd"> |
2 <HTML> | 2 <HTML> |
3 <HEAD> | 3 <HEAD> |
4 <TITLE>CSS1 Test Suite: 5.5.21 border-left</TITLE> | 4 <TITLE>CSS1 Test Suite: 5.5.21 border-left</TITLE> |
5 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 5 <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
6 <META http-equiv="Content-Style-Type" content="text/css"> | 6 <META http-equiv="Content-Style-Type" content="text/css"> |
7 | 7 |
8 <LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.cs
s"> | 8 <LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.cs
s"> |
| 9 <SCRIPT src="../resources/base.js"></SCRIPT> |
9 <STYLE type="text/css"> | 10 <STYLE type="text/css"> |
10 P {margin-left: 20px;} | 11 P {margin-left: 20px;} |
11 .one {border-left: purple double 10px;} | 12 .one {border-left: purple double 10px;} |
12 .two {border-left: purple thin solid;} | 13 .two {border-left: purple thin solid;} |
13 </STYLE> | 14 </STYLE> |
14 | 15 |
15 </HEAD> | 16 </HEAD> |
16 | 17 |
17 <BODY><P>The style declarations which apply to the text below are:</P> | 18 <BODY><P>The style declarations which apply to the text below are:</P> |
18 <PRE>P {margin-left: 20px;} | 19 <PRE>P {margin-left: 20px;} |
(...skipping 11 matching lines...) Expand all Loading... |
30 <TR> | 31 <TR> |
31 <TD colspan="2" bgcolor="silver"><STRONG>TABLE Testing Section</STRONG></TD> | 32 <TD colspan="2" bgcolor="silver"><STRONG>TABLE Testing Section</STRONG></TD> |
32 </TR> | 33 </TR> |
33 <TR> | 34 <TR> |
34 <TD bgcolor="silver"> </TD> | 35 <TD bgcolor="silver"> </TD> |
35 <TD><P style="background-color: silver;"> | 36 <TD><P style="background-color: silver;"> |
36 This paragraph has a background color of silver and a 20-pixel left margin, and
it contains inline elements with classes of <SPAN class="one">class one</SPAN>,
which should have a 10-pixel purple double left border; and <SPAN class="two">cl
ass two</SPAN>, which should have a thin solid purple left border. The line-hei
ght of the parent element should not change on any line. | 37 This paragraph has a background color of silver and a 20-pixel left margin, and
it contains inline elements with classes of <SPAN class="one">class one</SPAN>,
which should have a 10-pixel purple double left border; and <SPAN class="two">cl
ass two</SPAN>, which should have a thin solid purple left border. The line-hei
ght of the parent element should not change on any line. |
37 </P> | 38 </P> |
38 </TD></TR></TABLE></BODY> | 39 </TD></TR></TABLE></BODY> |
39 </HTML> | 40 </HTML> |
OLD | NEW |