https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 2a03903267f9b09cf4d8b616eb6c72c069ec3f2f authored by David Storey on 02 April 2018, 23:24:56 UTC
Add SVGAElement relList test
Tip revision: 2a03903
wpt
#!/usr/bin/env python

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