Bug 1839526 [wpt PR 40658] - Update wpt metadata, a=testonly
[gecko.git] / layout / style / crashtests / 621596-1.html
blob95bb498bf7c5bf1b0a59f4b40d88a5d75d9fd81a
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
6 function boom()
8 document.documentElement.style.columnWidth = "1px";
9 document.documentElement.style.MozOutlineRadiusBottomleft = "100%";
10 document.documentElement.style.padding = "2251799813685249em";
11 window.getComputedStyle(document.documentElement).MozOutlineRadiusBottomleft;
14 </script>
15 </head>
17 <body onload="boom();"></body>
18 </html>