OLD | NEW |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st
rict.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st
rict.dtd"> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>CSS Test: Reference Result</title> | 4 <title>CSS Test: Reference Result</title> |
5 <link rel="author" title="WebKit" href="http://www.webkit.org/"> | 5 <link rel="author" title="WebKit" href="http://www.webkit.org/"> |
6 <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#height-layo
ut"> | 6 <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#height-layo
ut"> |
7 <style type="text/css"> | 7 <style type="text/css"> |
8 td | 8 td |
9 { | 9 { |
10 height:28px; | 10 height:10px; |
11 } | |
12 #second | |
13 { | |
14 vertical-align: baseline; | 11 vertical-align: baseline; |
15 } | 12 } |
16 #small | 13 #small |
17 { | 14 { |
18 font-family: Ahem; | 15 font-family: Ahem; |
19 font-size: small; | 16 font-size: small; |
20 } | 17 } |
21 </style> | 18 </style> |
22 </head> | 19 </head> |
23 <body> | 20 <body> |
24 <p>Test passes if the bottom of first and last black boxes is aligned.</
p> | 21 <p>Test passes if the bottom of the black boxes is aligned.</p> |
25 <table> | 22 <table> |
26 <tr> | 23 <tr> |
27 <td> | 24 <td> |
28 <div id="small">Text</div> | 25 <div id="small">Text</div> |
29 </td> | 26 </td> |
30 <td id="second"> | 27 <td> |
31 <div id="small">Text</div> | 28 <div id="small">Text</div> |
32 </td> | 29 </td> |
33 <td> | 30 <td> |
34 <div id="small">Text</div> | 31 <div id="small">Text</div> |
35 </td> | 32 </td> |
36 </tr> | 33 </tr> |
37 </table> | 34 </table> |
38 </body> | 35 </body> |
39 </html> | 36 </html> |
OLD | NEW |