vertical-align-baseline-003-ref.xht (973B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 5 <head> 6 7 <title>CSS Reftest Reference</title> 8 9 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> 10 11 <style type="text/css"><![CDATA[ 12 table 13 { 14 background-color: orange; 15 border-spacing: 0px; 16 } 17 18 col#middle {width: 80px;} 19 20 td {padding: 0px;} 21 22 td.bottom 23 { 24 background-color: white; 25 vertical-align: bottom; 26 } 27 ]]></style> 28 29 </head> 30 31 <body> 32 33 <p>Test passes if the last line of "Filler Text" inside the orange rectangle is on the same line as the arrows "-->" "<--".</p> 34 35 <table> 36 <col></col> <col id="middle"></col> <col></col> 37 <tr><td class="bottom">--> </td><td>Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text</td><td class="bottom"> <--</td></tr> 38 </table> 39 40 </body> 41 </html>