tor-browser

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

text-indent-013-ref.xht (585B)


      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" lang="en">
      3  <head>
      4   <title>test reference</title>
      5   <style type="text/css">
      6    .indent { margin-left: 20em; color: black; }
      7    .float { position: absolute; margin-left: -10em; width: 10em; }
      8    .float span { background: black; }
      9   </style>
     10  </head>
     11  <body>
     12   <p>The word "PASS" should appear clearly on the next line (ignore the black bar).</p>
     13   <div class="indent"><span class="float"><span>XXXXXXXX</span></span>PASS</div>
     14  </body>
     15 </html>