Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/https-acid3
/
.
/
infrastructure
/
testdriver
/
file_upload.py
blob: 9c4dd75438454b852a1590018361ee682f1106df [
file
] [
log
] [
blame
] [
edit
]
def
main
(
request
,
response
):
return
b
"PASS"
if
request
.
POST
[
b
"file_input"
].
file
.
read
()
==
b
"File to upload\n"
else
b
"FAIL"