multicol-rule-004-ref.xht (784B)
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="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-02 --> 6 <meta name="flags" content="image" /> 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 left: 8px; 23 position: absolute; 24 top: 52px; 25 width: 100px; 26 } 27 ]]></style> 28 </head> 29 <body> 30 31 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> 32 33 <div></div> 34 35 </body> 36 </html>