electron/spec/fixtures/pages/window-print.html

9 lines
96 B
HTML
Raw Normal View History

<html>
<body>
<h1>Hello World!</h1>
<script>
window.print()
</script>
</body>
</html>