https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 6fe92079020b85d872209ab1657595d2e34f9a35 authored by Charles Vazac on 04 April 2018, 14:19:53 UTC
clean up same- and cross-origin urls
Tip revision: 6fe9207
wpt
#!/usr/bin/env python

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