https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 817b25cbe9ac59483da2c4612bf9729b10c047f9 authored by Luke Bjerring on 09 April 2018, 13:35:03 UTC
Remove debugging mess from web-animations test
Tip revision: 817b25c
wpt
#!/usr/bin/env python

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