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.22 border</TITLE> | 4 <TITLE>CSS1 Test Suite: 5.5.22 border</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: medium black solid;} | 11 .one {border: medium black solid;} |
11 .two {border: thin maroon ridge;} | 12 .two {border: thin maroon ridge;} |
12 .three {border: 10px teal outset;} | 13 .three {border: 10px teal outset;} |
13 .four {border: 10px olive inset;} | 14 .four {border: 10px olive inset;} |
14 .five {border: 10px maroon;} | 15 .five {border: 10px maroon;} |
15 .six {border: maroon double;} | 16 .six {border: maroon double;} |
16 .seven {border: left red solid;} | 17 .seven {border: left red solid;} |
17 .eight {border: 0px;} | 18 .eight {border: 0px;} |
18 TD {border: 2px solid green;}</STYLE> | 19 TD {border: 2px solid green;}</STYLE> |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 </TR> | 117 </TR> |
117 <TR> | 118 <TR> |
118 <TD>Cell one</TD><TD>Cell two<TABLE border><TR><TD>Nested single-cell table!</TD
></TR></TABLE></TD> | 119 <TD>Cell one</TD><TD>Cell two<TABLE border><TR><TD>Nested single-cell table!</TD
></TR></TABLE></TD> |
119 </TR> | 120 </TR> |
120 </TABLE> | 121 </TABLE> |
121 | 122 |
122 <P> | 123 <P> |
123 This is an unstyled element. | 124 This is an unstyled element. |
124 </P></TD></TR></TABLE></BODY> | 125 </P></TD></TR></TABLE></BODY> |
125 </HTML> | 126 </HTML> |
OLD | NEW |