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

5 lines
83 B
HTML
Raw Normal View History

2017-10-19 14:15:02 +00:00
<html>
<body>
2017-11-13 20:13:19 +00:00
<iframe id="outer-frame" src="./pdf-in-iframe.html"/>
2017-10-19 14:15:02 +00:00
</body>
2017-11-13 20:13:19 +00:00
</html>