Browse Source

Fix missing eof missing from html test files

Ahmed Mohamed Ali 7 years ago
parent
commit
b6109030a1

+ 1 - 1
spec/fixtures/pages/pdf-in-iframe.html

@@ -3,4 +3,4 @@
 <iframe  id="pdf-frame" src="../assets/cat.pdf"/>
 </script>
 </body>
-</html>
+</html>

+ 1 - 1
spec/fixtures/pages/pdf-in-nested-iframe.html

@@ -2,4 +2,4 @@
 <body>
 <iframe id="outer-frame" src="./pdf-in-iframe.html"/>
 </body>
-</html>
+</html>