qutebrowser/tests/end2end/data/downloads/issue889.html
Florian Bruhin 55a4eb18f2 Get rid of httpbin
Fixes #2949
2017-09-19 10:35:54 +02:00

12 lines
280 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Failing download when redirecting/aborting</title>
</head>
<body>
<a href="/redirect-later?delay=1">redirect after 1s</a>
<a href="/does-not-exist">404</a>
</body>
</html>