1
0
Fork 0
firefox/browser/base/content/test/scroll-to-text-fragment/scroll-to-text-fragment-from-browser-chrome-target.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

14 lines
415 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Scroll to a text fragment triggered by browser chrome (Bug 1904773)</title>
</head>
<body>
<p>Some initial content...</p>
<!-- Add a lot of content to ensure scrolling is needed -->
<div style="height: 200vh;"></div>
<p id="target">This is the text fragment to scroll to.</p>
<div style="height: 200vh;"></div>
</body>
</html>