1
0
Fork 0
firefox/layout/base/tests/file_bug842853.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

17 lines
372 B
HTML

<!DOCTYPE HTML>
<html><head>
<meta charset="utf-8">
<title>Testcase for bug </title>
<link rel="stylesheet" href="file_bug842853.sjs">
</head>
<body>
<a href="#anchor">Click to scroll to anchor</a><div style="height:5000px"></div><a name="anchor">FAIL</a>
<script>
window.addEventListener("load", () => {
window.parent.runTest();
});
</script>
</body>
</html>