Missing file for 639b4b5623
This commit is contained in:
parent
639b4b5623
commit
137a1ddcc0
1 changed files with 11 additions and 0 deletions
11
test/tests/data/test-pdf-redirect.html
Normal file
11
test/tests/data/test-pdf-redirect.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<script>
|
||||
window.location = 'test.pdf';
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue