Bug 1858509 add thread-safety annotations around MediaSourceDemuxer::mMonitor r=alwu
[gecko.git] / layout / style / crashtests / 1562361.html
blob6f79560341f2402ebcee39805bb8ecc155585d02
1 <script>
2 window.onload = function() {
3 a.setAttribute("width", "0")
4 b.select()
5 document.documentElement.style.display="none"
6 document.documentElement.getBoundingClientRect()
7 document.documentElement.style.display=""
9 SpecialPowers.forceGC();
10 SpecialPowers.forceCC();
11 document.body.offsetTop;
13 </script>
14 <input id="b" type="number">
15 <iframe id="a" height="0">