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

8 lines
86 B
HTML
Raw Normal View History

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