summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/text-level-semantics/the-a-element/a-download-404.py
blob: abb85139b39ec2cd41c19f4942e9f389cffc5d3a (plain)
1
2
def main(request, response):
    return 404, [(b"Content-Type", b"text/html")], b'Some content for the masses.' * 100