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 p {font-size: 12pt;} | 7 p {font-size: 12pt;} |
7 p.example { font: 15px/1 Ahem; color: blue; background: white url(support/squ
are-white.png); border: 1px solid silver; padding: 0.5em; margin: 1em; } | 8 p.example { font: 15px/1 Ahem; color: blue; background: white url(support/squ
are-white.png); border: 1px solid silver; padding: 0.5em; margin: 1em; } |
8 .no {color: silver;} | 9 .no {color: silver;} |
9 big {font-size: 20px;} | 10 big {font-size: 20px;} |
10 small {font-size: 10px;} | 11 small {font-size: 10px;} |
11 .topalign {vertical-align: top;} | 12 .topalign {vertical-align: top;} |
12 </style> | 13 </style> |
13 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#q26" title="10.
8.1 Leading and half-leading"> | 14 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#q26" title="10.
8.1 Leading and half-leading"> |
14 </head> | 15 </head> |
(...skipping 19 matching lines...) Expand all Loading... |
34 <span class="topalign">xxx</span> | 35 <span class="topalign">xxx</span> |
35 <img alt="[Image]" src="support/swatch-blue.png" class="topalign" height="35"
> | 36 <img alt="[Image]" src="support/swatch-blue.png" class="topalign" height="35"
> |
36 <span style="font-size: 2em;" class="topalign">xxx</span> | 37 <span style="font-size: 2em;" class="topalign">xxx</span> |
37 <img alt="[Image]" src="support/swatch-blue.png" class="topalign" height="50"
> | 38 <img alt="[Image]" src="support/swatch-blue.png" class="topalign" height="50"
> |
38 <span class="topalign">xxx</span> | 39 <span class="topalign">xxx</span> |
39 <img alt="[Image]" src="support/swatch-blue.png" class="topalign" height="15"
> | 40 <img alt="[Image]" src="support/swatch-blue.png" class="topalign" height="15"
> |
40 <big class="topalign">xxx</big> | 41 <big class="topalign">xxx</big> |
41 <img alt="[Image]" src="support/swatch-blue.png" class="topalign" height="90"
> | 42 <img alt="[Image]" src="support/swatch-blue.png" class="topalign" height="90"
> |
42 </p> | 43 </p> |
43 </body> | 44 </body> |
44 </html> | 45 </html> |
OLD | NEW |