blob: 25024083e366f8b2eb43b15171da060e94b0455d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html class="reftest-wait">
<meta charset="utf-8">
<script>
window.onload = () => {
window.requestIdleCallback(() => {
SpecialPowers.wrap(self).printPreview()
setTimeout(() => {
document.documentElement.classList.remove("reftest-wait");
}, 250)
})
}
</script>
<select autofocus='true'>
|