https://github.com/web-platform-tests/wpt
Revision b37554af5f79636c174f10d2ea9732f87422ba85 authored by Simon Sapin on 17 April 2016, 14:22:08 UTC, committed by Simon Sapin on 17 April 2016, 14:22:54 UTC
See https://github.com/w3c/web-platform-tests/pull/2830#issuecomment-210698473
1 parent 1df8fa8
Raw File
Tip revision: b37554af5f79636c174f10d2ea9732f87422ba85 authored by Simon Sapin on 17 April 2016, 14:22:08 UTC
Revert spec deviations for now.
Tip revision: b37554a
serve
#!/usr/bin/env python
import serve

if __name__ == "__main__":
    serve.main()
back to top