Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/active-script-webidl-callbacks
/
.
/
html
/
semantics
/
text-level-semantics
/
the-a-element
/
a-download-404.py
blob: a9b394d7ed602fb4d6efadb495849cd374362f5d [
file
] [
log
] [
blame
] [
edit
]
def
main
(
request
,
response
):
return
404
,
[(
"Content-Type"
,
"text/html"
)],
'Some content for the masses.'
*
100