tor-browser

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

usercss-uppercase.html (269B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 p {
      6  background-color: red;
      7 }
      8 </style>
      9 </head>
     10 <body>
     11 <p class="RefTest-upperCase">This paragraph should have a green background.</p>
     12 <p class="RefTest-upperCase">This paragraph should have a green background.</p>
     13 </body>
     14 </html>