c5501-imrgn-t-000-ref.xht (2065B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 5 <head> 6 7 <title>CSS Reftest Reference</title> 8 9 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> 10 11 <style type="text/css"><![CDATA[ 12 div {margin: 1.25em 0;} 13 14 img {vertical-align: bottom;} 15 16 img.swatch-lime 17 { 18 border-bottom: yellow solid 1.25em; 19 border-top: yellow solid 1.25em; 20 } 21 ]]> 22 </style> 23 24 </head> 25 26 <body> 27 28 <p>The three diagrams below should be identical:</p> 29 30 <div> 31 <img src="support/swatch-orange.png" alt="Image download support must be enabled" height="60" width="60" 32 /><img src="support/swatch-lime.png" alt="Image download support must be enabled" height="20" width="20" class="swatch-lime" 33 /><img src="support/swatch-orange.png" alt="Image download support must be enabled" height="60" width="60" 34 /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" height="60" width="60" /> 35 </div> 36 37 <div> 38 <img src="support/swatch-orange.png" alt="Image download support must be enabled" height="60" width="60" 39 /><img src="support/swatch-lime.png" alt="Image download support must be enabled" height="20" width="20" class="swatch-lime" 40 /><img src="support/swatch-orange.png" alt="Image download support must be enabled" height="60" width="60" 41 /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" height="60" width="60" /> 42 </div> 43 44 <div> 45 <img src="support/swatch-orange.png" alt="Image download support must be enabled" height="60" width="60" 46 /><img src="support/swatch-lime.png" alt="Image download support must be enabled" height="20" width="20" class="swatch-lime" 47 /><img src="support/swatch-orange.png" alt="Image download support must be enabled" height="60" width="60" 48 /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" height="60" width="60" /> 49 </div> 50 51 </body> 52 </html>