mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 1a7f5f868420607ef13a00c6ec14fd9e0310e7c0
This commit is contained in:
parent
412eccddcc
commit
8fcaceef00
87 changed files with 2034 additions and 172 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue