multicol-fill-auto-block-children-002-ref.xht (1047B)
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-16 --> 7 <style type="text/css"><![CDATA[ 8 body {margin:0; margin-top:8px;} 9 10 div 11 { 12 float: left; 13 background-color: blue; 14 height: 200px; 15 width: 60%; 16 margin-left: 8px; 17 } 18 19 h1 20 { 21 color: white; 22 font-size: 2em; 23 line-height: 1.25; /* or 1.21875 to achieve a 39px tall line box */ 24 margin: 21px 0em; 25 } 26 27 span#pass 28 { 29 float: left; 30 margin-left: 10px; 31 color: blue; 32 font-size: 1.5em; 33 font-weight: bolder; 34 35 line-height: 1; 36 margin-top: 122px; 37 } 38 ]]></style> 39 </head> 40 <body> 41 42 <div> 43 <h1>Test passes if "PASS!" is<br />on the right ↘</h1> 44 </div> 45 <span id="pass">PASS!</span> 46 47 </body> 48 </html>