Update web-platform-tests to revision 5349c6a6327372f856ecbe07d863d468a4236726

This commit is contained in:
WPT Sync Bot 2018-12-08 20:32:47 -05:00
parent d17d5adb6d
commit c5c7a1f47a
19 changed files with 427 additions and 39 deletions

View file

@ -0,0 +1,2 @@
def main(request, response):
return "PASS" if request.POST["file_input"].file.read() == b"File to upload\n" else "FAIL"