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 | |
9 { | |
10 height: 66px; | |
11 } | |
12 #first | 8 #first |
13 { | 9 { |
14 vertical-align: baseline; | 10 vertical-align: baseline; |
15 } | 11 } |
16 #second | 12 #second |
17 { | 13 { |
18 vertical-align: middle; | 14 vertical-align: middle; |
19 } | 15 } |
20 #small | 16 #small |
21 { | 17 { |
(...skipping 17 matching lines...) Expand all Loading... |
39 <td id="first"> | 35 <td id="first"> |
40 <div id="small">Text</div> | 36 <div id="small">Text</div> |
41 </td> | 37 </td> |
42 <td id="second"> | 38 <td id="second"> |
43 <div id="small">Text</div> | 39 <div id="small">Text</div> |
44 </td> | 40 </td> |
45 </tr> | 41 </tr> |
46 </table> | 42 </table> |
47 </body> | 43 </body> |
48 </html> | 44 </html> |
OLD | NEW |