tor-browser

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

735481-1-ref.html (196B)


      1 <!-- This test is intentionally in quirks mode -->
      2 <style>
      3  div { color: green; }
      4 </style>
      5 <div>
      6  <div>This text should be green</div>
      7 </div>
      8 <div>
      9  <div>This text should be green</div>
     10 </div>