tor-browser

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

first-letter-with-preceding-new-line-ref.html (333B)


      1 <!doctype html>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <title>CSS Test: ::first-letter with preceding new line</title>
      6  <style>
      7    body { font-size: 30px; }
      8    #sample {
      9      margin: 20px;
     10      white-space: pre;
     11    }
     12  </style>
     13 </head>
     14 <body>
     15  <div id="sample">
     16  The second line.
     17  The third line.
     18  </div>
     19 </body>
     20 </html>