https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 6d11f4832a472ea783a8e584904bb36206d8bd18 authored by Luke Bjerring on 18 May 2018, 17:32:15 UTC
Rebase master + fix another camelCase
Tip revision: 6d11f48
wpt
#!/usr/bin/env python

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