<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>CSS 2.1 Test Suite: Replaced Elements</title>
  <style type="text/css"><![CDATA[
   p { color: navy; }
   img { display: block; margin-right: auto; margin-left: auto; width: 50%; }
  ]]></style>
  <link title="10.3.4 Block-level, replaced elements in normal flow" href="http://www.w3.org/TR/CSS21/visudet.html#q7" rel="help"/>
  <link title="10.6.2 Inline replaced elements, block-level replaced elements in normal flow, &apos;inline-block' replaced elements in normal flow and floating replaced elements" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height" rel="help"/>
 </head>
 <body>
  <p>
   Below this paragraph there should be a big teal square half the
   width of the window and centered.
  </p>
  <p><img alt="FAIL: Images required for this test." src="support/square-teal.png"/></p>
 </body>
</html>