margin-collapse-156-ref.xht (803B)
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: black solid medium; 15 border-spacing: 0; 16 font-size: 50px; 17 } 18 19 td 20 { 21 background: aqua; 22 padding: 1em 0em; 23 width: 2em; 24 } 25 26 div {border-top: yellow solid 1em;} 27 ]]></style> 28 29 </head> 30 31 <body> 32 33 <p>Test passes if there is a stack of 3 horizontal bands which are <strong>from top to bottom: aqua, yellow, aqua</strong> with no red.</p> 34 35 <table> 36 <tr> 37 <td><div></div></td> 38 </tr> 39 </table> 40 41 </body> 42 </html>