Revision 5a1c088ef04548f623a2b6704466158eaf300c9f authored by Zirro on 12 March 2018, 15:43:43 UTC, committed by Anne van Kesteren on 12 March 2018, 15:43:43 UTC
See https://github.com/whatwg/dom/pull/582 and https://github.com/whatwg/dom/issues/577.
1 parent 3c5d863
Raw File
wpt
#!/usr/bin/env python

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