tor-browser

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

c5525-fltinln-000.xht (1335B)


      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="ahem 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="match" href="c5525-fltinln-000-ref.xht" />
     10 
     11   <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
     12   <style type="text/css"><![CDATA[
     13    div { border: solid black; font: 15px/1 Ahem; width: 6em; margin: 1em; color: green; }
     14    span { float: left; font-size: 200%; width: 1.5em; }
     15    .a { background: red url(support/css1test5525ce-1.png) no-repeat; }
     16    .b { background: red url(support/css1test5525ce-2.png) no-repeat; }
     17    .b span { background-color: green; }
     18   ]]></style>
     19   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" title="9.5 Floats"/>
     20  </head>
     21  <body>
     22   <p>Test passes if there are <strong>2 identical filled green rectangles with a black border</strong>.</p>
     23   <div class="a">
     24    <span>X</span> x x xx x x
     25   </div>
     26   <div class="b">
     27    <span>X</span> x x xx x x
     28   </div>
     29  </body>
     30 </html>