Update web-platform-tests to revision 237fce47cec56baeb64392506c0c21c0c9615e18

This commit is contained in:
WPT Sync Bot 2020-07-15 08:20:37 +00:00
parent 1e182cd185
commit 2863a4690c
1379 changed files with 26455 additions and 1381 deletions

View file

@ -1,2 +1,2 @@
def main(request, response):
return 404, [("Content-Type", "text/html")], 'Some content for the masses.' * 100
return 404, [(b"Content-Type", b"text/html")], b'Some content for the masses.' * 100