multicol-span-none-001-ref.xht (2200B)
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-22 --> 7 <meta name="flags" content="image" /> 8 <style type="text/css"><![CDATA[ 9 div 10 { 11 font: 1.25em/1 serif; 12 border: 1em solid gray; 13 width: 11em; 14 height: 5em; 15 position: relative; 16 } 17 18 img {position: absolute;} 19 20 img#first-blue {left: 0em; top: 0em;} 21 22 img#second-blue {left: 3em; top: 0em;} 23 24 img#first-pink {left: 6em; top: 0em;} 25 26 img#second-pink {left: 9em; top: 0em;} 27 28 img#black {left: 0em; top: 2em;} 29 30 img#first-yellow {left: 6em; top: 2em;} 31 32 img#second-yellow {left: 9em; top: 2em;} 33 34 img#first-orange {left: 0em; top: 3em;} 35 36 img#second-orange {left: 3em; top: 3em;} 37 ]]></style> 38 </head> 39 <body> 40 41 <div> 42 <img id="first-blue" src="support/swatch-blue.png" width="40" height="40" alt="Image download support must be enabled" /> <img id="second-blue" src="support/swatch-blue.png" width="40" height="40" alt="Image download support must be enabled" /> <img id="first-pink" src="support/swatch-pink.png" width="40" height="40" alt="Image download support must be enabled" /> <img id="second-pink" src="support/swatch-pink.png" width="40" height="40" alt="Image download support must be enabled" /> 43 44 <img id="black" src="support/black20x20.png" width="260" height="20" alt="Image download support must be enabled" /> 45 46 <img id="first-yellow" src="support/swatch-yellow.png" width="40" height="40" alt="Image download support must be enabled" /> 47 <img id="second-yellow" src="support/swatch-yellow.png" width="40" height="40" alt="Image download support must be enabled" /> 48 49 <img id="first-orange" src="support/swatch-orange.png" width="40" height="40" alt="Image download support must be enabled" /> 50 <img id="second-orange" src="support/swatch-orange.png" width="40" height="40" alt="Image download support must be enabled" /> 51 </div> 52 53 </body> 54 </html>