tor-browser

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

c5525-flt-r-000.xht (1683B)


      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: float</title>
      5   <meta name="flags" content="image" />
      6   <link rel="help" href="http://www.w3.org/TR/REC-CSS1#float"/>
      7   <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/>
      8   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
      9   <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-04-21 -->
     10   <style type="text/css"><![CDATA[
     11    p { color: navy; }
     12    img { height: 50px; width: 50px; float: right; }
     13    span { color: silver; }
     14   ]]></style>
     15   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#float-position" title="9.5.1 Positioning the float: the 'float' property"/>
     16  </head>
     17  <body>
     18   <p>
     19    <img src="support/square-teal.png" alt="[FAIL: Image support required]"/>
     20    This text should flow around the box on the right. &#x21E8;
     21    <span>dummy text dummy text dummy text dummy text dummy text dummy
     22    text dummy text dummy text dummy text dummy text dummy text dummy
     23    text dummy text dummy text dummy text dummy text dummy text dummy
     24    text dummy text dummy text dummy text dummy text dummy text dummy
     25    text dummy text dummy text dummy text dummy text dummy text dummy
     26    text dummy text dummy text dummy text dummy text dummy text dummy
     27    text dummy text dummy text dummy text dummy text dummy text dummy
     28    text dummy text dummy text dummy text dummy text dummy text dummy
     29    text dummy text dummy text</span>
     30   </p>
     31  </body>
     32 </html>