tor-browser

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

white-space-processing-048-ref.xht (786B)


      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         <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      6         <style type="text/css">
      7             #div1
      8             {
      9                 font-family: Ahem;
     10                 white-space: normal;
     11                 width: 5em;
     12             }
     13             div div
     14             {
     15                 color: blue;
     16                 float: right;
     17             }
     18         </style>
     19     </head>
     20     <body>
     21         <p>Test passes if the blue box is below the black box.</p>
     22         <div id="div1">
     23             <span>XXXXXX</span>
     24             <div>XXX</div>
     25         </div>
     26     </body>
     27 </html>