tor-browser

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

hypothetical-dynamic-change-001-ref.html (374B)


      1 <!doctype html>
      2 <title>CSS test reference</title>
      3 <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
      4 <link rel="author" href="https://mozilla.org" title="Mozilla">
      5 <style>
      6  .ancestor {
      7    width: 100px;
      8    height: 100px;
      9    position: fixed;
     10    left: 100px;
     11    top: 0;
     12    background-color: green;
     13  }
     14 </style>
     15 <div class="ancestor"></div>