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">
<head>
<script>
document.addEventListener("DOMContentLoaded", () => {
const proxy = SpecialPowers.wrap(self).printPreview();
proxy.sizeToContent();
setTimeout(function () {
proxy.close();
document.documentElement.className = "";
}, 0);
})
</script>
</head>
</html>