tor-browser

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

background-margin-iframe-root-ref.html (301B)


      1 <!doctype HTML>
      2 <iframe srcdoc="
      3 <!doctype HTML>
      4 <style>
      5  div {
      6    background: linear-gradient(lightblue, yellow);
      7    background-size: 300px 300px;
      8    background-position: 50px 50px;
      9    position: absolute;
     10    top: 0;
     11    left: 0;
     12    right: 0;
     13    bottom: 0;
     14  }
     15 </style>
     16 <div></div>"></iframe>