https://github.com/web-platform-tests/wpt
Raw File
Tip revision: f7662c3bc8a928fd55e76b83ed55ddc88a52447a authored by Marcos Cáceres on 19 March 2018, 05:46:16 UTC
user activation survives postMessage()
Tip revision: f7662c3
wpt
#!/usr/bin/env python

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