tor-browser

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

clip-fixed-pos-transform-descendant-001-ref.html (177B)


      1 <!doctype html>
      2 <title>CSS Test Reference</title>
      3 <style>
      4  html, body { margin: 0 }
      5  div {
      6    width: 100px;
      7    height: 100px;
      8    background: lime;
      9  }
     10 </style>
     11 <div></div>