tor-browser

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

exit-fullscreen-scroll-to-unscrollable-area-overflow-hidden-ref.html (459B)


      1 <!DOCTYPE html>
      2 <html>
      3 <body>
      4 <div class="container">
      5  <div style="width: 2500px; height: 500px; background-color: green;"></div>
      6  <button id="fullscreen-button" style="margin-top: 2px; border: 1px solid black; border-radius: 0; background-color: white;"> Request fullscreen!</button>
      7  PASS if visually equal after exiting fullscreen (no scrolling has happened).
      8 </div>
      9 <style>
     10 .container { overflow: hidden; position: relative; }
     11 </style>
     12 </body>
     13 </html>