64d4c9f83e
This renames tests/integration to tests/end2end and moves some files to tests/end2end/fixtures.
12 lines
287 B
HTML
12 lines
287 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Failing download when redirecting/aborting</title>
|
|
</head>
|
|
<body>
|
|
<a href="/custom/redirect-later?delay=1">redirect after 1s</a>
|
|
<a href="/does-not-exist">404</a>
|
|
</body>
|
|
</html>
|