mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-30 10:12:59 +00:00
2120477f7d
Closes #11648. r? @jdm cc @paulrouget Source-Repo: https://github.com/servo/servo Source-Revision: 2d9338085561e7908c80ec7b2dd6d30125489aac
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>
|