summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/xhr/resources/img-utf8-html.py
blob: 3057674cb6036a15b7061d65aa2aa7754bb6f8f7 (plain)
1
2
3
4
5
def main(request, response):
    headers = [(b"Content-type", b"text/html;charset=utf-8")]
    content = b"<img>foo"

    return headers, content