multicol-overflow-000-ref.xht (1020B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Reftest Reference</title> 5 <link rel="author" title="Hakon Wium Lie" href="mailto:howcome@opera.com" /> 6 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-25 --> 7 <meta name="flags" content="ahem" /> 8 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 9 <style type="text/css"><![CDATA[ 10 table 11 { 12 background-color: yellow; 13 border-right: lime solid 1em; 14 border-spacing: 0px; 15 color: lime; 16 font: 1.25em/1 Ahem; 17 margin: 1em 0; 18 table-layout: fixed; 19 width: 21em; 20 } 21 22 td {padding: 0em;} 23 ]]></style> 24 </head> 25 <body> 26 27 <p>Test passes if the 2 horizontal bars are <strong>identical</strong>.</p> 28 29 <table><tr><td>G<br />H</td><td>I<br />J</td></tr></table> 30 31 <table><tr><td>G<br />H</td><td>I<br />J</td></tr></table> 32 33 </body> 34 </html>