Bug 1858509 add thread-safety annotations around MediaSourceDemuxer::mMonitor r=alwu
[gecko.git] / layout / style / crashtests / 1586444.html
blob9ae041c7a14e0c9a74525f7f360a424dd926c0e8
1 <style>
2 #a {
3 overflow: auto auto;
4 display: -webkit-box;
6 </style>
7 <script>
8 window.onload = () => {
9 a.align = "ABSMIDDLE"
10 document.documentElement.style.display="none"
11 document.documentElement.getBoundingClientRect()
12 document.documentElement.style.display=""
14 </script>
15 <object id="a">