1
0
Fork 0
firefox/toolkit/content/tests/mochitest/file_mousecapture2.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

8 lines
255 B
HTML

<html><p>One</p>
<p id="myStyle">Two</p>
<p style='margin-top: 4000px'>This is some text</p>
</html>
<script type="application/javascript">
document.getElementById("myStyle").style.marginTop = new URL(location.href).searchParams.get("topPos");
</script>