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

6 lines
89 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>
2017-11-13 20:13:19 +00:00
</html>