chromium/third_party/blink/web_tests/css2.1/t100304-c43-rpl-bbx-01-d-g.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
 <head>
  <title>CSS 2.1 Test Suite: Replaced Elements</title>
  <style type="text/css">
   p { color: navy; }
   img { display: block; margin-right: 0; margin-left: auto; width: 50%; }
  </style>
  <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#q7" title="10.3.4 Block-level, replaced elements in normal flow">
  <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">
 </head>
 <body>
  <p>
   Below this paragraph there should be a big teal square half the
   width of the window, aligned flush with the right hand side
   (⇨).
  </p>
  <p><img alt="FAIL: Images required for this test." src="support/square-teal.png"></p>
 </body>
</html>