OLD | NEW |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st
rict.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st
rict.dtd"> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>CSS Test: Vertical Alignment boxes: replaced elements</title> | 4 <title>CSS Test: Vertical Alignment boxes: replaced elements</title> |
| 5 <script src="../../resources/ahem.js"></script> |
5 <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.ne
t/contact"> | 6 <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.ne
t/contact"> |
6 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#line-height"> | 7 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#line-height"> |
7 <meta name="flags" content="ahem image"> | 8 <meta name="flags" content="ahem image"> |
8 <meta name="assert" content="Vertical alignment aligns the margin box of inlin
e replaced elements."> | 9 <meta name="assert" content="Vertical alignment aligns the margin box of inlin
e replaced elements."> |
9 <style type="text/css"> | 10 <style type="text/css"> |
10 .test { | 11 .test { |
11 height: 2em; | 12 height: 2em; |
12 font: 40px/60px Ahem; color: blue; | 13 font: 40px/60px Ahem; color: blue; |
13 } | 14 } |
14 | 15 |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 <img id="control" src="support/swatch-blue.png" alt="FAIL"><!-- | 65 <img id="control" src="support/swatch-blue.png" alt="FAIL"><!-- |
65 --><img id="baseline" src="support/swatch-blue.png" alt="FAIL"><!-- | 66 --><img id="baseline" src="support/swatch-blue.png" alt="FAIL"><!-- |
66 --><img id="middle" src="support/swatch-blue.png" alt="FAIL"><!-- | 67 --><img id="middle" src="support/swatch-blue.png" alt="FAIL"><!-- |
67 --><img id="text-top" src="support/swatch-blue.png" alt="FAIL"><!-- | 68 --><img id="text-top" src="support/swatch-blue.png" alt="FAIL"><!-- |
68 --><img id="text-bottom" src="support/swatch-blue.png" alt="FAIL"><!-- | 69 --><img id="text-bottom" src="support/swatch-blue.png" alt="FAIL"><!-- |
69 --><img id="percent" src="support/swatch-blue.png" alt="FAIL"><!-- | 70 --><img id="percent" src="support/swatch-blue.png" alt="FAIL"><!-- |
70 --><img id="length" src="support/swatch-blue.png" alt="FAIL"> | 71 --><img id="length" src="support/swatch-blue.png" alt="FAIL"> |
71 </div> | 72 </div> |
72 | 73 |
73 </body> | 74 </body> |
74 </html> | 75 </html> |
OLD | NEW |