blob: a1955a5d5066c976156f243bc5ce49ff7ac87581 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<html class="reftest-wait">
<script>
window.onload = () => {
window[0].stop()
window[0].onpagehide = document.createElement("frameset").onload
a.src = ""
setTimeout(function() {
SpecialPowers.wrap(window).printPreview()?.close()
document.documentElement.className = "";
}, 0);
}
</script>
<iframe id="a"></iframe>
|