https://github.com/web-platform-tests/wpt
Revision f0928b6f08d85f8f05c9300b618d2b0cbbfa3b7f authored by Anne van Kesteren on 04 April 2018, 08:14:31 UTC, committed by Anne van Kesteren on 04 April 2018, 08:14:31 UTC
Co-Authored-By: Matt Menke <mmenke@google.com>
1 parent 61d6fc4
Raw File
Tip revision: f0928b6f08d85f8f05c9300b618d2b0cbbfa3b7f authored by Anne van Kesteren on 04 April 2018, 08:14:31 UTC
address feedback by @domenic
Tip revision: f0928b6
wpt
#!/usr/bin/env python

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