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: Replaced Elements</title> | 4 <title>CSS 2.1 Test Suite: Replaced Elements</title> |
| 5 <script src="../resources/ahem.js"></script> |
5 <style type="text/css"> | 6 <style type="text/css"> |
6 div { margin: 0; background: url(support/swatch-red.png) center repeat-y;
font-size: 10px; } | 7 div { margin: 0; background: url(support/swatch-red.png) center repeat-y;
font-size: 10px; } |
7 .a img { display: block; margin-right: auto; margin-left: auto; width: auto;
} | 8 .a img { display: block; margin-right: auto; margin-left: auto; width: auto;
} |
8 .b { text-align: center; } | 9 .b { text-align: center; } |
9 .b img { vertical-align: top; } | 10 .b img { vertical-align: top; } |
10 .c { text-align: center; font: 15px Ahem; color: blue; } | 11 .c { text-align: center; font: 15px Ahem; color: blue; } |
11 </style> | 12 </style> |
12 <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" ti
tle="16.2 Alignment: the 'text-align' property"> | 13 <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" ti
tle="16.2 Alignment: the 'text-align' property"> |
13 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-prope
rties" title="14.2.1 Background properties: 'background-color', 'background-imag
e', 'background-repeat', 'background-attachment', 'background-position', and 'ba
ckground'"> | 14 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-prope
rties" title="14.2.1 Background properties: 'background-color', 'background-imag
e', 'background-repeat', 'background-attachment', 'background-position', and 'ba
ckground'"> |
14 </head> | 15 </head> |
15 <body> | 16 <body> |
16 <p>There should be a single small column of blue below with no red:</p> | 17 <p>There should be a single small column of blue below with no red:</p> |
17 <div class="a"><img alt="FAIL: Replaced content did not get replaced." src="su
pport/swatch-blue.png"></div> | 18 <div class="a"><img alt="FAIL: Replaced content did not get replaced." src="su
pport/swatch-blue.png"></div> |
18 <div class="b"><img alt="FAIL: Replaced content did not get replaced." src="su
pport/swatch-blue.png"></div> | 19 <div class="b"><img alt="FAIL: Replaced content did not get replaced." src="su
pport/swatch-blue.png"></div> |
19 <div class="c">X</div> | 20 <div class="c">X</div> |
20 </body> | 21 </body> |
21 </html> | 22 </html> |
OLD | NEW |