Sign in
webkit
/
WebKit
/
7394423a1e1e187918fd8e196fa84eccacc8a0c2
/
.
/
LayoutTests
/
imported
/
w3c
/
web-platform-tests
/
xhr
/
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