<!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 Test: Replaced Elements</title>
  <meta name="flags" content="image" />
  <link rel="help" href="http://www.w3.org/TR/REC-CSS1#replaced-elements"/>
  <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/>
  <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
  <style type="text/css"><![CDATA[
   html, body, p { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
   p { color: navy; }
   img { display: block; margin-right: auto; margin-left: auto; width: 50%; }
  ]]></style>
 </head>
 <body>
  <p>
   Below this paragraph there should be a big blue square half the
   width of the window and centered.
  </p>
  <p><img src="support/swatch-blue.png" alt="FAIL: Images required for this test."/></p>
 </body>
</html>
