Sign in
cobalt
/
cobalt
/
d548b9d202e44d8d31022e47fb472dbd7949fcf9
/
.
/
third_party
/
web_platform_tests
/
XMLHttpRequest
/
resources
/
invalid-utf8-html.py
blob: 72be41a45e86c3e45aabd081d2047f1de9344faf [
file
]
def
main
(
request
,
response
):
headers
=
[(
"Content-type"
,
"text/html;charset=utf-8"
)]
content
=
chr
(
0xff
)
return
headers
,
content