mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-06 19:29:24 +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>
|