multicol-span-all-margin-nested-001-ref.xht (1502B)
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-19 --> 7 <meta name="flags" content="image ahem" /> 8 <link rel="stylesheet" href="/fonts/ahem.css" /> 9 <style type="text/css"><![CDATA[ 10 div 11 { 12 font: 1.25em/1 Ahem; 13 border: gray solid 1em; 14 width: 160px; 15 } 16 17 img {vertical-align: top;} 18 ]]></style> 19 </head> 20 <body> 21 22 <div> 23 <img src="support/swatch-navy.png" width="160" height="40" alt="Image download support must be enabled" /> 24 <img src="support/swatch-yellow.png" width="160" height="20" alt="Image download support must be enabled" /> 25 <img src="support/black20x20.png" width="160" height="20" alt="Image download support must be enabled" /> 26 <img src="support/swatch-yellow.png" width="160" height="40" alt="Image download support must be enabled" /> 27 <img src="support/black20x20.png" width="160" height="20" alt="Image download support must be enabled" /> 28 <img src="support/swatch-yellow.png" width="160" height="20" alt="Image download support must be enabled" /> 29 <img src="support/swatch-navy.png" width="160" height="40" alt="Image download support must be enabled" /> 30 </div> 31 32 </body> 33 </html>