blob: 394369875c7edfcbfcdff81de985813069ced7a9 [file] [log] [blame]
<!DOCTYPE html>
<head>
<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 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>