multicol-table-cell-height-001-ref.xht (880B)
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-23 --> 7 <meta name="flags" content="image" /> 8 <style type="text/css"><![CDATA[ 9 div 10 { 11 background-color: yellow; 12 height: 360px; 13 width: 300px; 14 } 15 16 img + img {padding-left: 110px;} 17 ]]></style> 18 19 </head> 20 <body> 21 <div><img src="../support/black20x20.png" width="60" height="360" alt="Image download support must be enabled" /><img src="../support/black20x20.png" width="60" height="360" alt="Image download support must be enabled" /></div> 22 </body> 23 </html>