tor-browser

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

word-spacing-applies-to-001-ref.xht (982B)


      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             div
      9             {
     10                 font: 16px/1em Ahem;
     11             }
     12             div div
     13             {
     14                 display: inline;
     15             }
     16             #div1
     17             {
     18                 background: blue;
     19                 height: 1em;
     20                 width: 22em;
     21             }
     22         </style>
     23     </head>
     24     <body>
     25         <p>Test passes if there are two black boxes below and the last black box ends when the blue box ends.</p>
     26         <div>
     27             <div>XXXXX &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;XXXXXX</div>
     28         </div>
     29         <div id="div1"></div>
     30     </body>
     31 </html>