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