tor-browser

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

fixed-pos-scrolled-clip-4.html (586B)


      1 <!DOCTYPE html>
      2 <html reftest-async-scroll
      3      reftest-displayport-x="0" reftest-displayport-y="0"
      4      reftest-displayport-w="800" reftest-displayport-h="2000"
      5      reftest-async-scroll-x="0" reftest-async-scroll-y="20">
      6 
      7 <title>This is fixed-pos-scrolled-clip-1.html in an iframe</title>
      8 
      9 <style>
     10 
     11 body {
     12  margin: 0;
     13  height: 4000px;
     14 }
     15 
     16 .subframe {
     17  position: relative;
     18  left: 10px;
     19  top: 10px;
     20  border: 0;
     21  width: 500px;
     22  height: 600px;
     23  overflow: auto;
     24  box-shadow: 0 0 0 2px black;
     25 }
     26 
     27 </style>
     28 
     29 <iframe class="subframe" src="fixed-pos-scrolled-clip-1.html"></iframe>