Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLAnchorElement / anchor-in-noscroll-iframe.html
blob538b10ba35910402609ce8b90695fd687590fd1c
1 <html>
2 <body>
3 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>
4 <iframe src="resources/iframe-with-anchor.html" width="100%" height="2000" scrolling="no"></iframe>
5 </body>
6 </html>