https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 59747ef8edab507c19e871c05ace8e70c747f01c authored by James Graham on 09 May 2015, 00:48:22 UTC
fixup! fixup! Replace usage of setTimeout with step_timeout.
Tip revision: 59747ef
serve.py
#!/usr/bin/env python
from tools.serve import serve

def main():
    serve.main()
back to top