https://github.com/web-platform-tests/wpt
Raw File
Tip revision: a6f2e0eb6bd0e77cfb869779b1ab49130b177244 authored by Jim Evans on 10 April 2018, 17:15:43 UTC
Fixing up WebDriver async script tests
Tip revision: a6f2e0e
wpt
#!/usr/bin/env python

if __name__ == "__main__":
    from tools.wpt import wpt
    wpt.main()
back to top