mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-02 09:18:36 +02:00
6 lines
116 B
HTML
6 lines
116 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<script>
|
|
window.print();
|
|
</script>
|
|
<p id="printed">I should be printed</p>
|