servo/tests/wpt/web-platform-tests/xhr/resources/win-1252-html.py

5 lines
149 B
Python

def main(request, response):
headers = [("Content-type", "text/html;charset=windows-1252")]
content = chr(0xff)
return headers, content