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