tor-browser

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

scope-featureless-ref.html (188B)


      1 <!DOCTYPE html>
      2 <title>Reference - :scope Selector Cannot be Featureless Outside of @scope</title>
      3 <style>
      4 :root {
      5  background: white;
      6  color: black;
      7 }
      8 </style>
      9 <div id="dut">Test</div>