Update web-platform-tests to revision 1a7f5f868420607ef13a00c6ec14fd9e0310e7c0

This commit is contained in:
WPT Sync Bot 2020-02-27 08:20:16 +00:00
parent 412eccddcc
commit 8fcaceef00
87 changed files with 2034 additions and 172 deletions

View file

@ -1,7 +1,7 @@
from urllib import urlencode
from urlparse import urlparse
import time
from six.moves.urllib.parse import urlencode, urlparse
def main(request, response):
stashed_data = {'count': 0, 'preflight': "0"}
status = 302

View file

@ -1,5 +1,7 @@
import time
from six.moves import xrange
def main(request, response):
delay = float(request.GET.first("ms", 500)) / 1E3
count = int(request.GET.first("count", 50))