mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Update web-platform-tests to revision 314de955a5102650136404f6439f22f8d838e0f4
This commit is contained in:
parent
521748c01e
commit
6b4094e2a4
133 changed files with 1609 additions and 628 deletions
|
@ -2,7 +2,7 @@ def main(request, response):
|
|||
content = []
|
||||
|
||||
for key, values in sorted(item for item in request.POST.items() if not hasattr(item[1][0], "filename")):
|
||||
content.append("%s=%s," % (key, values[0]))
|
||||
content.append("%s=%s," % (key, values[0]))
|
||||
content.append("\n")
|
||||
|
||||
for key, values in sorted(item for item in request.POST.items() if hasattr(item[1][0], "filename")):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue