electron/spec/fixtures/pages/pdf-in-iframe.html

7 lines
90 B
HTML
Raw Normal View History

2017-10-19 14:15:02 +00:00
<html>
<body>
<iframe id="pdf-frame" src="../assets/cat.pdf"/>
</script>
</body>
</html>