Bug 1858509 add thread-safety annotations around MediaSourceDemuxer::mMonitor r=alwu
[gecko.git] / layout / style / crashtests / 1028514-1.html
blobbbe7f3ba5031482595612e0a3bef67a8f4b4250a
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <script>
7 function boom()
9 document.documentElement.style.animation = "137438953471s bounce";
10 document.documentElement.offsetHeight;
11 document.documentElement.style.animationIterationCount = "infinite";
14 </script>
15 </head>
17 <body onload="boom();"></body>
18 </html>