tor-browser

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

571347-2c.html (216B)


      1 <!-- Quirks on purpose -->
      2 <head>
      3  <style>
      4    body { color: red; }
      5    .Foo { color: green; }
      6  </style>
      7  <body onload="document.body.className = 'abc foO'" class="abc">
      8    This should be green
      9  </body>
     10 </head>