root-box-002-ref.xht (1155B)
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-spacing: 0em; 15 margin: -0.5em auto; 16 } 17 18 caption 19 { 20 margin: 0 auto -0.2em; 21 padding: .1em; 22 text-align: left; 23 } 24 25 td {padding: 0em;} 26 27 img {vertical-align: bottom;} 28 ]]></style> 29 30 </head> 31 32 <body> 33 34 <table> 35 <caption>There should be a single unbroken yin-yang symbol below.</caption> 36 <tr><td><img src="support/test-tl.png" width="100" height="100" alt="Image download support must be enabled" /><img src="support/test-tr.png" width="100" height="100" alt="Image download support must be enabled" /></td></tr> 37 <tr><td><img src="support/test-bl.png" width="100" height="100" alt="Image download support must be enabled" /><img src="support/test-br.png" width="100" height="100" alt="Image download support must be enabled" /></td></tr> 38 </table> 39 40 </body> 41 </html>