mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
elements with `overflow: scroll` up to date, and take them into account when doing hit testing. Closes #11648.
7 lines
222 B
HTML
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>
|