Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/settimeout-active-script
/
.
/
xhr
/
resources
/
win-1252-xml.py
blob: e26c7f9ec0f488cb4b62d9eb83fba9d355b84a4f [
file
] [
edit
]
def
main
(
request
,
response
):
headers
=
[(
b
"Content-type"
,
b
"application/xml;charset=windows-1252"
)]
content
=
b
'<\xff/>'
return
headers
,
content