multicol-rule-dashed-000-ref.xht (940B)
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 background-color: black; 13 color: black; 14 font: 3.125em/1 Ahem; 15 margin-bottom: 0.2em; 16 width: 8.2em; 17 } 18 19 span {border-left: lime dashed 0.2em;} 20 ]]></style> 21 </head> 22 <body> 23 24 <p>Test passes if the 2 black stripes with vertical green bars are <strong>identical</strong>.</p> 25 26 <div>1234<span>5678</span></div> 27 28 <div>1234<span>5678</span></div> 29 30 </body> 31 </html>