Bug 1883796 - Deal with an assert that doesn't hold always. r=dshin
[gecko.git] / testing / web-platform / tests / css / selectors / link-sharing-crash.html
blob3bcce92d49d67bd694028db2549b65eb5644fdca
1 <link rel="help" href="https://bugzil.la/1883796">
2 <script>
3 window.addEventListener("load", () => {
4 let a = document.createElementNS("http://www.w3.org/1999/xhtml", "a")
5 document.documentElement.appendChild(a)
6 document.documentElement.appendChild(document.createElementNS("http://www.w3.org/1999/xhtml", "a"))
7 document.documentElement.scrollTo(-1132, 16)
8 document.documentElement.animate({"webkitTextStrokeWidth": ["197792984.89ex", "thin"]}, 2814)
9 a.setAttribute("href", "x")
11 </script>