chromium/third_party/blink/web_tests/external/wpt/xhr/resources/win-1252-xml.py

def main(request, response):
    headers = [(b"Content-type", b"application/xml;charset=windows-1252")]
    content = b'<\xff/>'

    return headers, content