Update web-platform-tests to revision ad219567030d1f99f7310f52a17546b57b70d29e

This commit is contained in:
WPT Sync Bot 2019-02-14 20:36:47 -05:00
parent 2c63d1296b
commit a7e62acbe8
129 changed files with 4156 additions and 590 deletions

View file

@ -0,0 +1,6 @@
import time
def main(request, response):
# Sleep for 3s to delay onload.
time.sleep(3)
return [], ""