tor-browser

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

dir-selector-change-001-ref.html (273B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <style type="text/css">
      5        span { background-color: lime }
      6    </style>
      7 </head>
      8 <body>
      9    <div>
     10        <div>
     11          <div></div>
     12          <span>The background color should be lime</span>
     13        </div>
     14    </div>
     15 </body>
     16 </html>