Files
ladybird/Tests/LibWeb/Ref/expected/wpt-import/fullscreen/rendering/exit-fullscreen-scroll-to-unscrollable-area-overflow-hidden-ref.html
2026-02-23 18:44:26 +00:00

14 lines
459 B
HTML

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