blob: f699c478c789375230fd57d1bb77f3d245e5bc48 [file] [log] [blame]
<!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: black; background: grey; overflow: visible; border: 1px solid blue;">content
<div class="offscreen">content</div>
</div>
<div id='console'></div>
</body>
</html>