multicol-rule-samelength-001-ref.xht (777B)
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="Opera Software ASA" href="http://www.opera.com/" /> 6 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-15 --> 7 <style type="text/css"><![CDATA[ 8 body {margin: 8px;} 9 10 p 11 { 12 line-height: 1.25em; 13 margin: 1em 0em; 14 } 15 16 strong {line-height: 1;} 17 18 div 19 { 20 background-color: green; 21 height: 100px; 22 width: 100px; 23 } 24 ]]></style> 25 </head> 26 <body> 27 28 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> 29 30 <div></div> 31 32 </body> 33 </html>