tor-browser

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

pre-wrap-1-ref.html (353B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset=utf-8>
      5 <title>test for bug 1008019</title>
      6 <style>
      7 #test {
      8  white-space: pre;
      9  font-family: monospace;
     10  width: 16ch;
     11  border: 1px solid blue;
     12  padding: 3px;
     13 }
     14 </style>
     15 </head>
     16 <body>
     17 <div id="test">ab c  d   e    f
     18 g      h       i
     19 j         k
     20 l           m
     21 n             o
     22 p
     23 q
     24 r
     25 s</div>
     26 </body>
     27 </html>