electron/spec/fixtures/api/print-to-pdf-same-origin.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
155 B
HTML
Raw Normal View History

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