mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision 5349c6a6327372f856ecbe07d863d468a4236726
This commit is contained in:
parent
d17d5adb6d
commit
c5c7a1f47a
19 changed files with 427 additions and 39 deletions
|
@ -0,0 +1,2 @@
|
|||
def main(request, response):
|
||||
return "PASS" if request.POST["file_input"].file.read() == b"File to upload\n" else "FAIL"
|
Loading…
Add table
Add a link
Reference in a new issue