https://github.com/web-platform-tests/wpt
Raw File
Tip revision: be3e4fce6a46b7337d130e2f32144a2fdcd57377 authored by japhet@chromium.org on 25 August 2017, 21:30:51 UTC
Implement history.index
Tip revision: be3e4fc
wpt
#!/usr/bin/env python

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