mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
Update web-platform-tests to revision ad219567030d1f99f7310f52a17546b57b70d29e
This commit is contained in:
parent
2c63d1296b
commit
a7e62acbe8
129 changed files with 4156 additions and 590 deletions
|
@ -0,0 +1,6 @@
|
|||
import time
|
||||
|
||||
def main(request, response):
|
||||
# Sleep for 3s to delay onload.
|
||||
time.sleep(3)
|
||||
return [], ""
|
Loading…
Add table
Add a link
Reference in a new issue