Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>A page with cross-site PDFs in frames it doesn't display</title>
</head>
<body>
<dialog>
<iframe
width="600"
height="400"
></iframe>
</dialog>
<div style="display: none">
<iframe
width="600"
height="400"
></iframe>
</div>
<iframe
width="600"
height="400"
></iframe>
</body>
</html>