Bug 1858509 add thread-safety annotations around MediaSourceDemuxer::mMonitor r=alwu
[gecko.git] / layout / style / crashtests / 1146101-1.html
blobe3f8f2aa3f598176d583df77e681dac633b17853
1 <!DOCTYPE html>
2 <script>
3 function boom()
5 document.getElementsByTagName("tbody")[0].style.position = "absolute";
6 document.getElementsByTagName("table")[0].style.color = "green";
8 </script>
9 <body onload="boom();">
10 <table><tbody></tbody></table>