12 lines
346 B
HTML
12 lines
346 B
HTML
<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>
|