Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/https-acid3
/
.
/
xhr
/
resources
/
img-utf8-html.py
blob: 3057674cb6036a15b7061d65aa2aa7754bb6f8f7 [
file
] [
log
] [
blame
] [
edit
]
def
main
(
request
,
response
):
headers
=
[(
b
"Content-type"
,
b
"text/html;charset=utf-8"
)]
content
=
b
"<img>foo"
return
headers
,
content