Sign in
cobalt
/
cobalt.git
/
788710a0d7b1b8d8e2340dd5fad5e8783a239862
/
.
/
third_party
/
web_platform_tests
/
XMLHttpRequest
/
resources
/
img-utf8-html.py
blob: 085867f9510e48fc926650b3e6fbbe62547afbc6 [
file
]
def
main
(
request
,
response
):
headers
=
[(
"Content-type"
,
"text/html;charset=utf-8"
)]
content
=
"<img>foo"
return
headers
,
content