Bug 1858509 add thread-safety annotations around MediaSourceDemuxer::mMonitor r=alwu
[gecko.git] / layout / printing / crashtests / 1663722.html
blobcd7a32a317715f1b1530deae7b33413dbbf0a190
1 <html class="reftest-wait">
2 <head>
3 <script>
4 document.addEventListener("DOMContentLoaded", () => {
5 const proxy = SpecialPowers.wrap(self).printPreview();
6 proxy.sizeToContent();
7 setTimeout(function () {
8 proxy.close();
9 document.documentElement.className = "";
10 }, 0);
12 </script>
13 </head>
14 </html>