multicol-height-001-ref.xht (1045B)
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-06 --> 7 <meta name="flags" content="image" /> 8 <style type="text/css"><![CDATA[ 9 img 10 { 11 left: 135px; 12 /* 6em + (2em/2) - (10px/2) == 135px */ 13 position: relative; 14 vertical-align: top; 15 } 16 17 img + img {left: 285px;} 18 /* 6em + 2em + 6em + (2em/2) - (10px/2) - 10px == 285px */ 19 ]]></style> 20 </head> 21 <body> 22 23 <p>Test passes if there are 2 blue vertical stripes of equal height.</p> 24 25 <div><img src="support/swatch-blue.png" width="10" height="160" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="10" height="160" alt="Image download support must be enabled" /></div> 26 27 </body> 28 </html>