margin-collapse-clear-012-ref.xht (869B)
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 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> 9 <link rel="author" title="Bruno Fassino" href="fassino[at]gmail.com" /> 10 11 <style type="text/css"><![CDATA[ 12 div#lime 13 { 14 background-color: lime; 15 border-top: black solid 1px; 16 height: 200px; 17 width: 50%; 18 } 19 20 div#yellow 21 { 22 background-color: yellow; 23 height: 100px; 24 } 25 ]]></style> 26 27 </head> 28 29 <body> 30 31 <p>Test passes if there is <strong>no red</strong>.</p> 32 33 <div id="lime"><img src="support/swatch-blue.png" height="100" width="100" alt="Image download support must be enabled" /></div> 34 35 <div id="yellow"></div> 36 37 </body> 38 </html>