Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: (os == 'android')
- Manifest: layout/printing/crashtests/crashtests.list
<html class="reftest-wait">
<script>
document.addEventListener("DOMContentLoaded", () => {
window.setTimeout(() => {
SpecialPowers.wrap(window).printPreview()?.close()
SpecialPowers.wrap(window).printPreview()?.close()
document.documentElement.className = "";
}, 0)
})
</script>
<iframe src='data:text/html,foo'></iframe>
</html>