containing-block-028-ref.xht (858B)
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 table 13 { 14 background-color: blue; 15 border-spacing: 0px; 16 height: 96px; 17 width: 96px; 18 } 19 20 td 21 { 22 padding: 0px; 23 text-align: right; 24 vertical-align: bottom; 25 } 26 27 img {vertical-align: bottom;} 28 ]]></style> 29 30 </head> 31 32 <body> 33 34 <p>Test passes if a small orange square is in the bottom right corner of the blue square.</p> 35 36 <table> 37 <tr><td><img src="support/swatch-orange.png" width="24" height="24" alt="Image download support must be enabled" /></td></tr> 38 </table> 39 40 </body> 41 </html>