Sign in
cobalt
/
cobalt.git
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
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