haikuwebkit/LayoutTests/fast/scrolling/scrollable-area-overflow-au...

14 lines
445 B
HTML

<!DOCTYPE html>
<head>
<style type="text/css"> @import "resources/scrollable-style.css"; </style>
<script src="../../resources/js-test-pre.js"></script>
<script src="resources/scrollable-area.js"></script>
</head>
<body onload="runTest(1);">
<div id="scrollable" class="inner" style="background: black; overflow: auto;">content
<div class="offscreen">content</div>
</div>
<div id='console'></div>
</body>
</html>