tor-browser

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

abspos-011.xht (1082B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      2 <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
      3 <head>
      4   <title>CSS Test: position: absolute; top: auto; test (assumed initial values)</title>
      5   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
      6   <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
      7   <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/absolute/014.html" type="text/html"/>
      8   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#comp-abspos"/>
      9   <link rel="match" href="abspos-011-ref.xht" />
     10 
     11   <meta name="flags" content="may"/>
     12   <style type="text/css">
     13    body {margin: 8px;}
     14    p { position: absolute; font: bold 32px/1 monospace; }
     15                     /* was font: bold 2em monospace; */
     16   </style>
     17  </head>
     18  <body>
     19   <p>FAIL &nbsp;&nbsp;&nbsp;&nbsp;</p>
     20   <p>#&nbsp;&nbsp;&nbsp; P&nbsp;&nbsp;&nbsp;</p>
     21   <p>&nbsp;##&nbsp; &nbsp;A&nbsp;&nbsp;</p>
     22   <p>&nbsp;&nbsp;&nbsp;# &nbsp;&nbsp;SS</p>
     23 </body>
     24 </html>