fixed-table-layout-002a-ref.xht (962B)
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 body 13 { 14 font: 1em/1.25 serif; 15 margin: 8px; 16 } 17 18 strong {line-height: 1;} 19 20 div#lime-line 21 { 22 background-color: lime; 23 border-right: white solid 334px; 24 height: 100px; 25 margin-left: 423px; 26 margin-top: 36px; 27 width: 1px; 28 } 29 30 div#reference {margin-left: 23px;} 31 ]]></style> 32 33 </head> 34 35 <body> 36 37 <p>Test passes if there is a thin green vertical line <strong>at exactly 400px</strong>.</p> 38 39 <div id="lime-line"></div> 40 41 <div id="reference"><img src="../support/ruler-h-200px-400px.png" width="700" height="18" alt="FAIL: Image download support must be enabled" /></div> 42 43 </body> 44 </html>