haikuwebkit/LayoutTests/fast/dom/HTMLAnchorElement/anchor-in-noscroll-iframe.html

7 lines
297 B
HTML

<html>
<body>
This tests whether clicking on an anchor in an iframe with scrolling="no" will scroll to anchor. If clicking on the link below triggers a scroll, the test passes.<br>
<iframe src="resources/iframe-with-anchor.html" width="100%" height="2000" scrolling="no"></iframe>
</body>
</html>