https://github.com/web-platform-tests/wpt
Raw File
Tip revision: d273149ec04b974e357473b2849ce6d916b2866c authored by Ms2ger on 21 September 2018, 14:10:07 UTC
Improve the handling of generic types in IdlInterfaceMember#toString.
Tip revision: d273149
wpt
#!/usr/bin/env python

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