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

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