haikuwebkit/ManualTests/scrollable-positioned-frame...

8 lines
245 B
HTML

<!DOCTYPE html>
<html>
<body>
<p>The contents of this frame should scroll with the mouse wheel.</p>
<iframe width=200 scrolling=yes src="resources/frame-textarea.html" style="position:fixed; left: 200px" id="frame"></iframe>
</body>
</html>