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

14 lines
476 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(0);">
<div id="scrollable" class="inner" style="color: violet; background: purple; overflow: auto; display: none;">content
<div class="offscreen">content</div>
</div>
<div id='console'></div>
</body>
</html>