qutebrowser/tests/integration/data/downloads/issue889.html
2015-11-09 07:49:11 +01:00

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>