tor-browser

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

413982.html (504B)


      1 <!DOCTYPE HTML>
      2 <html lang="en">
      3 <head>
      4    <title>Bug 413982</title>
      5    <style type="text/css">
      6        div.clearboth {
      7            clear: both;
      8        }
      9        div.floatdiv {
     10            float: left;
     11        }
     12        span.innerspan {
     13            white-space: nowrap;
     14        }
     15    </style>
     16 </head>
     17 <body>
     18    <div class="floatdiv">
     19        This is
     20        <span class="innerspan"> the first line.
     21        </span>
     22    </div>
     23    <div class="clearboth">This is the second line.</div>
     24 </body>
     25 </html>