tor-browser

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

c414-flt-003.xht (1786B)


      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 Floating Left vs. Right</title>
      5   <meta name="flags" content="image" />
      6   <link rel="help" href="http://www.w3.org/TR/REC-CSS1#floating-elements"/>
      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   <style type="text/css"><![CDATA[
     10    p { color: navy; }
     11    .explanation img { height: 1.2em; vertical-align: text-bottom; }
     12    .test div { margin: 1em; padding: 0.5em; background: navy; color: blue; }
     13    .test img { width: 10em; }
     14    .test img.left { float: left; }
     15    .test img.right { float: right; }
     16   ]]></style>
     17   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#float-position" title="9.5.1 Positioning the float: the 'float' property"/>
     18  </head>
     19  <body>
     20   <p class="explanation">In the following test, the purple square
     21   should be on the left (&#x21E6;<img src="support/square-purple.png"
     22   alt="Image download support must be enabled"/>), and the teal square on the right (<img
     23   src="support/square-teal.png" alt="Image download support must be enabled"/>&#x21E8;) of the blue rectangle.</p>
     24   <div class="test">
     25    <div>
     26     <img src="support/square-purple.png" alt="FAIL: You need image support." class="left"/>
     27     <img src="support/square-teal.png" alt="FAIL: You need image support." class="right"/>
     28     Blue rectangle. Blue rectangle. Blue rectangle. Blue rectangle. Blue rectangle. Blue rectangle.
     29     Blue rectangle. Blue rectangle. Blue rectangle. Blue rectangle. Blue rectangle. Blue rectangle.
     30    </div>
     31   </div>
     32  </body>
     33 </html>