fix: webContents.printToPDF() with cross-process subframes (#46218)

fix: webContents.printToPDF() with cross-process subframes
This commit is contained in:
Shelley Vohr 2025-03-25 14:16:47 +01:00 committed by GitHub
parent 8e856dfdb8
commit 1d6cb348b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 63 additions and 1 deletions

View file

@ -0,0 +1,11 @@
<html>
<head>
<title>Your Title Here</title>
</head>
<body style="background: green;">
<iframe src="../pages/content.html"</iframe>
</body>
</html>