Sign in
cobalt
/
cobalt
/
0a28a8fa312d64217177b774535966deff46f251
/
.
/
src
/
third_party
/
web_platform_tests
/
XMLHttpRequest
/
resources
/
empty-div-utf8-html.py
blob: 26d54b9d1496af5fc72a1ba1d2a2ec83c1822f50 [
file
] [
log
] [
blame
]
def
main
(
request
,
response
):
headers
=
[(
"Content-type"
,
"text/html;charset=utf-8"
)]
content
=
"<!DOCTYPE html><div></div>"
return
headers
,
content