exit-fullscreen-scroll-to-unscrollable-area-overflow-x-hidden-ref.html (489B)
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 scroll; position: relative; scrollbar-width: none; } 11 </style> 12 </body> 13 </html>