multicol-rule-000-ref.xht (983B)
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-27 --> 7 <meta name="flags" content="ahem" /> 8 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 9 <style type="text/css"><![CDATA[ 10 div 11 { 12 color: black; 13 font: 1.25em/1 Ahem; 14 margin-bottom: 0.5em; 15 width: 602px; 16 } 17 18 span 19 { 20 border-left: lime solid 1px; 21 border-right: lime solid 1px; 22 } 23 ]]></style> 24 </head> 25 <body> 26 27 <p>Test passes if the 2 horizontal bars are <strong>identical</strong>.</p> 28 29 <div> 30 1234567890<span>ABCDEFGHIJ</span>1234567890 31 </div> 32 33 <div> 34 1234567890<span>ABCDEFGHIJ</span>1234567890 35 </div> 36 37 </body> 38 </html>