mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
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>
12 lines
155 B
HTML
12 lines
155 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>Your Title Here</title>
|
|
</head>
|
|
|
|
<body style="background: green;">
|
|
<iframe src="../pages/content.html"</iframe>
|
|
</body>
|
|
|
|
</html>
|