[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t1602-c43-center-00-d-ag.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3  <head>
4   <title>CSS 2.1 Test Suite: Replaced Elements</title>
5   <style type="text/css">
6    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    .b     { text-align: center; }
9    .b img { vertical-align: top; }
10    .c     { text-align: center; font: 15px Ahem; color: blue; }
11   </style>
12   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" title="16.2 Alignment: the 'text-align' property">
13   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" title="14.2.1 Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position', and 'background'">
14  </head>
15  <body>
16   <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="support/swatch-blue.png"></div>
18   <div class="b"><img alt="FAIL: Replaced content did not get replaced." src="support/swatch-blue.png"></div>
19   <div class="c">X</div>
20  </body>
21 </html>