tor-browser

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

iframe-1.html (658B)


      1 <!DOCTYPE HTML>
      2 <html reftest-async-scroll>
      3 <body>
      4 <iframe style="width:300px; height:600px; border:2px solid blue"
      5        srcdoc="<!DOCTYPE HTML>
      6                <html reftest-displayport-x='0' reftest-displayport-y='0'
      7                      reftest-displayport-w='800' reftest-displayport-h='2000'
      8                      reftest-async-scroll-x='0' reftest-async-scroll-y='50' style='scrollbar-width: none'>
      9                <div style='height:500px'></div>
     10                <div style='height:200px; background:purple'>
     11                  <div style='display:inline-block; width:20px; height:20px; background:yellow;'></div>
     12                </div>"></iframe>