content-173-ref.xht (1608B)
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 td 13 { 14 border: black solid medium; 15 font: 1em/1 monospace; 16 } 17 18 div {white-space: pre;} 19 ]]></style> 20 21 </head> 22 23 <body> 24 25 <p>The following two boxes should be perfectly <strong>identical</strong>, 26 <em>including</em> the blank lines and the margin between the edges 27 of the image and the border:</p> 28 29 <table> 30 <thead> 31 <tr> 32 <th> Test </th> 33 <th> Control </th> 34 </tr> 35 </thead> 36 <tbody> 37 <tr class="pre"> 38 <td> 39 <div> 40 , 41 _/(( 42 _.---. .' `\ 43 .' ` ^ T= 44 / \ .--' 45 | / )'-. 46 ; , <__..-( '-.) <!--significant white space at the end of this line--> 47 \ \-.__) ``--._) 48 jgs '.'-.__.-. 49 '-...-' 50 </div> 51 </td> 52 <td> 53 <div> 54 , 55 _/(( 56 _.---. .' `\ 57 .' ` ^ T= 58 / \ .--' 59 | / )'-. 60 ; , <__..-( '-.) <!--significant white space at the end of this line--> 61 \ \-.__) ``--._) 62 jgs '.'-.__.-. 63 '-...-' 64 </div> 65 </td> 66 </tr> 67 </tbody> 68 </table> 69 70 <p>The cats should also be <strong>aligned vertically</strong> 71 (i.e. be at the same height); if they are not, then the test 72 has not passed.</p> 73 74 </body> 75 </html>