electron/spec/fixtures/api/print-to-pdf-same-origin.html
Shelley Vohr 1d6cb348b4
fix: webContents.printToPDF() with cross-process subframes (#46218)
fix: webContents.printToPDF() with cross-process subframes
2025-03-25 08:16:47 -05:00

11 lines
155 B
HTML

<html>
<head>
<title>Your Title Here</title>
</head>
<body style="background: green;">
<iframe src="../pages/content.html"</iframe>
</body>
</html>