Bug 1858509 add thread-safety annotations around MediaSourceDemuxer::mMonitor r=alwu
[gecko.git] / layout / printing / crashtests / 1671503.html
blob5399c7d71e1bd9296d5e2bce087ec051ded4ddbb
1 <html class="reftest-wait">
2 <script>
3 document.addEventListener("DOMContentLoaded", () => {
4 window.setTimeout(() => {
5 SpecialPowers.wrap(window).printPreview()?.close()
6 SpecialPowers.wrap(window).printPreview()?.close()
7 document.documentElement.className = "";
8 }, 0)
9 })
10 </script>
11 <iframe src='data:text/html,foo'></iframe>
12 </html>