summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/xhr/resources/win-1252-xml.py
blob: e26c7f9ec0f488cb4b62d9eb83fba9d355b84a4f (plain)
1
2
3
4
5
def main(request, response):
    headers = [(b"Content-type", b"application/xml;charset=windows-1252")]
    content = b'<\xff/>'

    return headers, content