leading-001-ref.xht (785B)
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 border-bottom: blue solid 50px; 15 border-spacing: 0px; 16 border-right: blue solid 100px; 17 border-top: blue solid 50px; 18 } 19 20 td 21 { 22 background-color: orange; 23 height: 100px; 24 padding: 0px; 25 width: 100px; 26 } 27 ]]></style> 28 29 </head> 30 31 <body> 32 33 <p>Test passes if a filled orange square is vertically centered inside a bigger filled blue square.</p> 34 35 <table> 36 <tr><td></td></tr> 37 </table> 38 39 </body> 40 </html>