1
0
Fork 0
firefox/testing/web-platform/tests/css/selectors/link-sharing-crash.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

11 lines
502 B
HTML

<link rel="help" href="https://bugzil.la/1883796">
<script>
window.addEventListener("load", () => {
let a = document.createElementNS("http://www.w3.org/1999/xhtml", "a")
document.documentElement.appendChild(a)
document.documentElement.appendChild(document.createElementNS("http://www.w3.org/1999/xhtml", "a"))
document.documentElement.scrollTo(-1132, 16)
document.documentElement.animate({"webkitTextStrokeWidth": ["197792984.89ex", "thin"]}, 2814)
a.setAttribute("href", "x")
})
</script>