cef/tests/cefclient/resources/pdf.html

10 lines
199 B
HTML
Raw Normal View History

<html>
<head>
<title>PDF Test</title>
</head>
<body bgcolor="white">
<iframe src="pdf.pdf" width="500" height="500"></iframe>
<iframe src="pdf.pdf" width="500" height="500"></iframe>
</body>
</html>