Sign in
cobalt
/
cobalt
/
c9e19ca560c593f3612acbdcd0ca4da848fb7c3e
/
.
/
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