Bug 1867925 - Mark some storage-access-api tests as intermittent after wpt-sync....
[gecko.git] / layout / svg / crashtests / 1836831.html
blob9513ff21589439076382eeb90ebac8c1923cc58e
1 <style>
2 * {
3 offset: auto ray(farthest-side contain 1266019529.52turn) 5%;
4 vector-effect: non-scaling-stroke;
5 stroke: context-stroke ! important;
7 </style>
8 <script>
9 document.addEventListener("DOMContentLoaded", () => {
10 let a = document.createElementNS("http://www.w3.org/2000/svg", "svg")
11 let b = document.createElementNS("http://www.w3.org/2000/svg", "path")
12 b.setAttribute("d", "m9 1")
13 a.appendChild(b)
14 document.documentElement.appendChild(a)
16 </script>