servo/tests/html/hit_test_overflow_scroll.html
Patrick Walton 041cfe6d0a script: When using WebRender, keep the DOM-side scroll positions for
elements with `overflow: scroll` up to date, and take them into account
when doing hit testing.

Closes #11648.
2016-06-10 18:43:04 -07:00

7 lines
222 B
HTML

<!DOCTYPE html>
<html style="overflow: scroll">
<body style="overflow: hidden; position: relative;">
<p>Scroll down...</p>
<p style="padding-top: 1200px"><a href="http://example.com">Mouse over me!</a></p>
</body>
</html>