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

    return headers, content