| OLD | NEW |
| 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>CSS 2.1 Test Suite: vertical-align</title> | 4 <title>CSS 2.1 Test Suite: vertical-align</title> |
| 5 <script src="../resources/ahem.js"></script> |
| 5 <style type="text/css"> | 6 <style type="text/css"> |
| 6 .test {font: 15px/1 Ahem; color: green; background: red url(support/css1test5
44b.png) no-repeat; width: 90px; margin: 0 1em;} | 7 .test {font: 15px/1 Ahem; color: green; background: red url(support/css1test5
44b.png) no-repeat; width: 90px; margin: 0 1em;} |
| 7 img {height: 30px;} | 8 img {height: 30px;} |
| 8 .big {font-size:200%;} | 9 .big {font-size:200%;} |
| 9 .three {vertical-align: top; font-size: 15px;} | 10 .three {vertical-align: top; font-size: 15px;} |
| 10 .four {vertical-align: text-top; font-size: 15px;} | 11 .four {vertical-align: text-top; font-size: 15px;} |
| 11 .five {vertical-align: middle; font-size: 15px;} | 12 .five {vertical-align: middle; font-size: 15px;} |
| 12 .six {vertical-align: bottom; font-size: 15px;} | 13 .six {vertical-align: bottom; font-size: 15px;} |
| 13 .seven {vertical-align: text-bottom; font-size: 15px;} | 14 .seven {vertical-align: text-bottom; font-size: 15px;} |
| 14 .eight {vertical-align: baseline; font-size: 15px;} | 15 .eight {vertical-align: baseline; font-size: 15px;} |
| 15 .nine {vertical-align: 50%; font-size: 15px; line-height: 20px;} | 16 .nine {vertical-align: 50%; font-size: 15px; line-height: 20px;} |
| 16 </style> | 17 </style> |
| 17 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#q26" title="10.
8.1 Leading and half-leading"> | 18 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#q26" title="10.
8.1 Leading and half-leading"> |
| 18 </head> | 19 </head> |
| 19 <body> | 20 <body> |
| 20 <p>There should be a green block with no red below.</p> | 21 <p>There should be a green block with no red below.</p> |
| 21 <div class="test"> | 22 <div class="test"> |
| 22 <div><img alt="FAIL: Image support required." src="support/swatch-green.png">
<span class="three">X</span>X</div> | 23 <div><img alt="FAIL: Image support required." src="support/swatch-green.png">
<span class="three">X</span>X</div> |
| 23 <div><img alt="FAIL: Image support required." src="support/swatch-green.png">
<span class="big"><span class="four">X</span>X</span></div> | 24 <div><img alt="FAIL: Image support required." src="support/swatch-green.png">
<span class="big"><span class="four">X</span>X</span></div> |
| 24 <div><img alt="FAIL: Image support required." src="support/swatch-green.png"
class="five">X</div> | 25 <div><img alt="FAIL: Image support required." src="support/swatch-green.png"
class="five">X</div> |
| 25 <div><img alt="FAIL: Image support required." src="support/swatch-green.png">
<span class="big"><span class="six">X</span>X</span></div> | 26 <div><img alt="FAIL: Image support required." src="support/swatch-green.png">
<span class="big"><span class="six">X</span>X</span></div> |
| 26 <div><img alt="FAIL: Image support required." src="support/swatch-green.png">
<span class="big"><span class="seven">X</span>X</span></div> | 27 <div><img alt="FAIL: Image support required." src="support/swatch-green.png">
<span class="big"><span class="seven">X</span>X</span></div> |
| 27 <div><img alt="FAIL: Image support required." src="support/swatch-green.png">
<span class="big"><span class="eight">X</span>X</span></div> | 28 <div><img alt="FAIL: Image support required." src="support/swatch-green.png">
<span class="big"><span class="eight">X</span>X</span></div> |
| 28 <div><img alt="FAIL: Image support required." src="support/swatch-green.png">
<span class="nine">X</span>X</div> | 29 <div><img alt="FAIL: Image support required." src="support/swatch-green.png">
<span class="nine">X</span>X</div> |
| 29 </div> | 30 </div> |
| 30 </body> | 31 </body> |
| 31 </html> | 32 </html> |
| OLD | NEW |