tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

c43-rpl-bbx-001.xht (1526B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3  <head>
      4   <title>CSS Test: Replaced Elements</title>
      5 
      6   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
      7   <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/>
      8   <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-30 -->
      9   <link rel="help" href="http://www.w3.org/TR/REC-CSS1#replaced-elements"/>
     10   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#block-replaced-width" title="10.3.4 Block-level, replaced elements in normal flow"/>
     11   <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"/>
     12 
     13   <meta name="flags" content="image" />
     14 
     15   <style type="text/css"><![CDATA[
     16    html, body, p { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
     17    img { display: block; margin-right: 0; margin-left: auto; width: 50%; }
     18   ]]></style>
     19  </head>
     20  <body>
     21   <p>
     22   Test passes if there is a big blue square half the width of the window and aligned flush with the right hand side (&#x21E8;).
     23   </p>
     24   <p><img src="support/swatch-blue.png" alt="FAIL: Images required for this test."/></p>
     25  </body>
     26 </html>