Fix missing eof missing from html test files
This commit is contained in:
parent
1f2c949316
commit
b6109030a1
2 changed files with 2 additions and 2 deletions
2
spec/fixtures/pages/pdf-in-iframe.html
vendored
2
spec/fixtures/pages/pdf-in-iframe.html
vendored
|
@ -3,4 +3,4 @@
|
|||
<iframe id="pdf-frame" src="../assets/cat.pdf"/>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
<body>
|
||||
<iframe id="outer-frame" src="./pdf-in-iframe.html"/>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue