Bug 1858509 add thread-safety annotations around MediaSourceDemuxer::mMonitor r=alwu
[gecko.git] / layout / style / crashtests / 862113.html
blob319132b78332057373d4d5d3b81d79467a0c51d9
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <script>
7 function boom()
9 window.getComputedStyle(document.documentElement, ":foo");
12 </script>
13 </head>
15 <body onload="boom();"></body>
16 </html>