https://github.com/web-platform-tests/wpt
Revision 6942d58e2a78eccfc404f444acc06b580c66fd79 authored by Geoffrey Sneddon on 16 March 2018, 16:44:36 UTC, committed by Geoffrey Sneddon on 16 March 2018, 16:44:36 UTC
1 parent 89ba944
Raw File
Tip revision: 6942d58e2a78eccfc404f444acc06b580c66fd79 authored by Geoffrey Sneddon on 16 March 2018, 16:44:36 UTC
Make host_ip always exist in the normalised config
Tip revision: 6942d58
wpt
#!/usr/bin/env python

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