Sign in
cobalt
/
cobalt
/
0a28a8fa312d64217177b774535966deff46f251
/
.
/
src
/
third_party
/
web_platform_tests
/
XMLHttpRequest
/
resources
/
win-1252-xml.py
blob: 09c32e4574b889974153abecb2b99eeb79c131fa [
file
] [
log
] [
blame
]
def
main
(
request
,
response
):
headers
=
[(
"Content-type"
,
"application/xml;charset=windows-1252"
)]
content
=
'<'
+
chr
(
0xff
)
+
'/>'
return
headers
,
content