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.20 border-bottom</TITLE> | 4 <TITLE>CSS1 Test Suite: 5.5.20 border-bottom</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 .one {border-bottom: purple double 10px;} | 11 .one {border-bottom: purple double 10px;} |
11 .two {border-bottom: purple thin solid;} | 12 .two {border-bottom: purple thin solid;} |
12 .three {border-bottom: black medium solid;} | 13 .three {border-bottom: black medium solid;} |
13 TD {border-bottom: green 2px solid;}</STYLE> | 14 TD {border-bottom: green 2px solid;}</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>.one {border-bottom: purple double 10px;} | 19 <PRE>.one {border-bottom: purple double 10px;} |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 <LI>...and this... | 89 <LI>...and this... |
89 <LI>...is a second list... | 90 <LI>...is a second list... |
90 <LI>...nested within the list item. | 91 <LI>...nested within the list item. |
91 </UL> | 92 </UL> |
92 </LI> | 93 </LI> |
93 <LI class="three">This is a second list item.</LI> | 94 <LI class="three">This is a second list item.</LI> |
94 <LI class="three">Each list item in this list should have a medium-width black b
order at its bottom, which for the first item means that it should appear <EM>be
neath</EM> the nested list (below the line "...nested within the list item."). | 95 <LI class="three">Each list item in this list should have a medium-width black b
order at its bottom, which for the first item means that it should appear <EM>be
neath</EM> the nested list (below the line "...nested within the list item."). |
95 </UL> | 96 </UL> |
96 </TD></TR></TABLE></BODY> | 97 </TD></TR></TABLE></BODY> |
97 </HTML> | 98 </HTML> |
OLD | NEW |