blob: 5233f3655c5e2eb41ddef7d7a0b1842daa33ffca [file] [log] [blame]
<!DOCTYPE html>
<head>
<meta name="viewport" content="width=device-width">
<style type="text/css"> @import "resources/scrollable-style.css"; </style>
<script src="../../resources/js-test.js"></script>
<script src="resources/scrollable-area.js"></script>
</head>
<body onload="runTest(0);">
<div style="visibility:hidden">
<div id="scrollable" class="inner" style="background: yellow; overflow: auto;">content
<div class="offscreen">content</div>
</div>
</div>
<div id='console'></div>
</body>
</html>