summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/xhr/resources/win-1252-html.py
blob: 0ef5283f7d514656ed7759c0f9b7036d1fa88acf (plain)
1
2
3
4
5
def main(request, response):
    headers = [(b"Content-type", b"text/html;charset=windows-1252")]
    content = chr(0xff)

    return headers, content