tor-browser

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

word-spacing-applies-to-003-ref.xht (1153B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3     <head>
      4         <title>test reference</title>
      5         <meta name="flags" content="ahem" />
      6         <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      7         <style type="text/css">
      8             body
      9             {
     10                 margin-left: 2em;
     11             }
     12             div
     13             {
     14                 font: 16px/1em Ahem;
     15             }
     16             div div
     17             {
     18                 display: list-item;
     19             }
     20             #div2
     21             {
     22                 background: blue;
     23                 height: 1em;
     24                 width: 22em;
     25             }
     26         </style>
     27     </head>
     28     <body>
     29         <p>Test passes if there are two black boxes below and the last black box ends when the blue box ends. There also needs to be a marker bullet on the left-hand side of the left most black box.</p>
     30         <div>
     31             <div>XXXXX &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;XXXXXX</div>
     32         </div>
     33         <div id="div2"></div>
     34     </body>
     35 </html>