mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
258f0f6b52
Differential Revision: https://phabricator.services.mozilla.com/D107918
7 lines
135 B
HTML
7 lines
135 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
window.addEventListener('load', () => {
|
|
SpecialPowers.wrap(self).printPreview()?.print()
|
|
})
|
|
</script>
|