trisquel-icecat/icecat/testing/web-platform/tests/xhr/resources/img-utf8-html.py

5 lines
146 B
Python

def main(request, response):
headers = [(b"Content-type", b"text/html;charset=utf-8")]
content = b"<img>foo"
return headers, content