Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/selectors/link-sharing-crash.html - WPT Dashboard Interop Dashboard
<script>
window.addEventListener("load", () => {
document.documentElement.appendChild(a)
document.documentElement.scrollTo(-1132, 16)
document.documentElement.animate({"webkitTextStrokeWidth": ["197792984.89ex", "thin"]}, 2814)
a.setAttribute("href", "x")
})
</script>