mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
elements with `overflow: scroll` up to date, and take them into account when doing hit testing. Closes #11648.
8 lines
222 B
HTML
8 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>
|