Git init
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t100304-c43-rpl-bbx-00-d-g.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    p { color: navy; }
7    img { display: block; margin-right: auto; margin-left: auto; width: 50%; }
8   </style>
9   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#q7" title="10.3.4 Block-level, replaced elements in normal flow">
10   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height" title="10.6.2 Inline replaced elements, block-level replaced elements in normal flow, 'inline-block' replaced elements in normal flow and floating replaced elements">
11  </head>
12  <body>
13   <p>
14    Below this paragraph there should be a big teal square half the
15    width of the window and centered.
16   </p>
17   <p><img alt="FAIL: Images required for this test." src="support/square-teal.png"></p>
18  </body>
19 </html>