c544-valgn-001.xht (2390B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Test: vertical-align</title> 5 <meta name="flags" content="ahem image" /> 6 <link rel="help" href="http://www.w3.org/TR/REC-CSS1#vertical-align"/> 7 <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/> 8 <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/> 9 <link rel="match" href="c544-valgn-001-ref.xht" /> 10 11 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 12 <style type="text/css"><![CDATA[ 13 .test {font: 15px/1 Ahem; color: green; background: red url(support/css1test544b.png) no-repeat; width: 90px; margin: 0 1em;} 14 img {height: 30px;} 15 .big {font-size:200%;} 16 .three {vertical-align: top; font-size: 15px;} 17 .four {vertical-align: text-top; font-size: 15px;} 18 .five {vertical-align: middle; font-size: 15px;} 19 .six {vertical-align: bottom; font-size: 15px;} 20 .seven {vertical-align: text-bottom; font-size: 15px;} 21 .eight {vertical-align: baseline; font-size: 15px;} 22 .nine {vertical-align: 50%; font-size: 15px; line-height: 20px;} 23 ]]></style> 24 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#leading" title="10.8.1 Leading and half-leading"/> 25 </head> 26 <body> 27 <p>Test passes if there is a filled green rectangle and no red.</p> 28 <div class="test"> 29 <div><img src="support/swatch-green.png" alt="FAIL: Image support required."/><span class="three">X</span>X</div> 30 <div><img src="support/swatch-green.png" alt="FAIL: Image support required."/><span class="big"><span class="four">X</span>X</span></div> 31 <div><img src="support/swatch-green.png" alt="FAIL: Image support required." class="five"/>X</div> 32 <div><img src="support/swatch-green.png" alt="FAIL: Image support required."/><span class="big"><span class="six">X</span>X</span></div> 33 <div><img src="support/swatch-green.png" alt="FAIL: Image support required."/><span class="big"><span class="seven">X</span>X</span></div> 34 <div><img src="support/swatch-green.png" alt="FAIL: Image support required."/><span class="big"><span class="eight">X</span>X</span></div> 35 <div><img src="support/swatch-green.png" alt="FAIL: Image support required."/><span class="nine">X</span>X</div> 36 </div> 37 </body> 38 </html>