mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 21:58:41 +02:00
Closes #11648. r? @jdm cc @paulrouget Source-Repo: https://github.com/servo/servo Source-Revision: 2d9338085561e7908c80ec7b2dd6d30125489aac
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>
|