tor-browser

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

pre-wrap-1.html (463B)


      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-wrap;
      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     g      h       i        j         k<!--
     18 -->          l           m            n             o              p<!--
     19 -->               q                r                 s</div>
     20 </body>
     21 </html>