Update web-platform-tests to revision 5934bd3aca20a07917ad46fe7cebe10c68d5e497

This commit is contained in:
WPT Sync Bot 2020-07-18 08:22:00 +00:00
parent e41f1662dc
commit 64b58d76c6
67 changed files with 656 additions and 278 deletions

View file

@ -1,3 +1,3 @@
def main(request, response):
headers = [("Content-Encoding", "gzip")]
return headers, "not actually gzip"
headers = [(b"Content-Encoding", b"gzip")]
return headers, b"not actually gzip"