https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 8504f7d8f23bceb9b2e8e619afde234056a2e0bc authored by Anne van Kesteren on 21 March 2018, 14:23:38 UTC
Make MessagePort's close() detach
Tip revision: 8504f7d
wpt
#!/usr/bin/env python

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