Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt.git
/
refs/heads/active-script-webidl-callbacks
/
.
/
web-animations
/
resources
/
xhr-doc.py
blob: 0023a44e22adb3893861ec4e309930cb97d797f9 [
file
] [
log
] [
blame
] [
edit
]
def
main
(
request
,
response
):
headers
=
[(
b
"Content-type"
,
b
"text/html;charset=utf-8"
)]
content
=
u
"<!doctype html><div id=test></div>"
return
headers
,
content