https://github.com/web-platform-tests/wpt
Revision 21be95d42621e2f7f4e2a211ce9d4a50d925aa73 authored by Luke Bjerring on 30 March 2018, 22:10:25 UTC, committed by Philip Jägenstedt on 30 March 2018, 22:17:29 UTC
1 parent 771a209
Raw File
Tip revision: 21be95d42621e2f7f4e2a211ce9d4a50d925aa73 authored by Luke Bjerring on 30 March 2018, 22:10:25 UTC
Revert #10240
Tip revision: 21be95d
wpt
#!/usr/bin/env python

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