mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix: crash in window.print() (#19690)
* fix: crash in window.print() * add preliminary tests
This commit is contained in:
8
spec/fixtures/pages/window-print.html
vendored
Normal file
8
spec/fixtures/pages/window-print.html
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<body>
|
||||
<h1>Hello World!</h1>
|
||||
<script>
|
||||
window.print()
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user