electron/spec/fixtures/api/print-to-pdf-same-origin.html
trop[bot] 5b9f71602d
fix: webContents.printToPDF() with cross-process subframes (#46259)
fix: webContents.printToPDF() with cross-process subframes

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
2025-03-25 14:11:28 -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>