electron/spec/fixtures/pages/window-print.html
Shelley Vohr e8fa248571
fix: crash in window.print() (#19690)
* fix: crash in window.print()

* add preliminary tests
2019-08-12 23:44:14 -07:00

8 lines
96 B
HTML

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