fixed-table-layout-003e02-ref.xht (854B)
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 div 13 { 14 height: 24px; 15 margin-left: 50px; 16 } 17 18 div#blue-stripe 19 { 20 background-color: blue; 21 border-left: orange solid 36px; 22 border-right: orange solid 36px; 23 width: 128px; 24 } 25 26 div#reference 27 { 28 background-color: black; 29 width: 200px; 30 } 31 ]]></style> 32 33 </head> 34 35 <body> 36 37 <p>Test passes if the 2 orange slivers and blue stripe are as a whole <strong>exactly as wide as</strong> the black stripe.</p> 38 39 <div id="blue-stripe"></div> 40 41 <div id="reference"></div> 42 43 </body> 44 </html>