tor-browser

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

571347-2d.html (216B)


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