haikuwebkit/LayoutTests/fast/scrolling/scrollable-area-frame-visib...

11 lines
378 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);">
<iframe width=120 src="resources/hidden-generic-scrollable-content.html"></iframe>
<div id='console'></div>
</html>