tor-browser

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

nested-1.html (863B)


      1 <!DOCTYPE HTML>
      2 <html reftest-async-scroll>
      3 <body>
      4  <!-- Test that nested active scrolling elements work -->
      5  <div style="width:400px; height:500px; overflow:scroll; scrollbar-width: none; border:2px solid black"
      6       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">
      9    <div style="width:300px; height:800px; overflow:scroll; scrollbar-width: none; border:2px solid blue"
     10         reftest-displayport-x="0" reftest-displayport-y="0"
     11         reftest-displayport-w="800" reftest-displayport-h="2000"
     12         reftest-async-scroll-x="0" reftest-async-scroll-y="50">
     13      <div style="height:500px"></div>
     14      <div style="height:200px; background:purple"></div>
     15      <div style="height:500px"></div>
     16    </div>
     17  </div>
     18 </html>