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

11 lines
339 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(0);">
<iframe width=0 height=0 border=0></iframe>
<div id='console'></div>
</html>