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

16 lines
539 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 style="visibility:hidden">
<div id="scrollable" class="inner" style="color: black; background: yellow; overflow: auto; visibility: visible">content
<div class="offscreen">content</div>
</div>
</div>
<div id='console'></div>
</body>
</html>