chromium/third_party/blink/web_tests/external/wpt/html/semantics/text-level-semantics/the-a-element/a-download-404.py

def main(request, response):
    return 404, [(b"Content-Type", b"text/html")], b'Some content for the masses.' * 100