tor-browser

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

first-letter-selector-000-ref.html (234B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>CSS Reftest Reference</title>
      4 <style>
      5    div {
      6        color: green;
      7        font: 2em sans-serif;
      8    }
      9 </style>
     10 <body>
     11    <p>This next line should be green:</p>
     12    <div>TESTING</div>
     13 </body>
     14 </html>