qutebrowser/tests/end2end/data/downloads/issue889.html

12 lines
280 B
HTML
Raw Normal View History

2015-11-09 07:49:11 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Failing download when redirecting/aborting</title>
</head>
<body>
2017-09-19 10:35:54 +02:00
<a href="/redirect-later?delay=1">redirect after 1s</a>
2015-11-09 07:49:11 +01:00
<a href="/does-not-exist">404</a>
</body>
</html>