mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Update web-platform-tests to revision 9d5d9aa80785d9726ed0a5eaab1a8d144fd4b560
This commit is contained in:
parent
1343c7de50
commit
560e025ce7
68 changed files with 2084 additions and 260 deletions
5
tests/wpt/web-platform-tests/common/slow.py
Normal file
5
tests/wpt/web-platform-tests/common/slow.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
import time
|
||||
|
||||
def main(request, response):
|
||||
time.sleep(2)
|
||||
return 200, [], ''
|
Loading…
Add table
Add a link
Reference in a new issue