https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 47f602be931303a15098090d5181dedb1a5a49c2 authored by James Graham on 05 April 2017, 17:46:54 UTC
Fix merge conflicts in wdspec tests
Tip revision: 47f602b
manifest
#!/usr/bin/env python
import os
import sys

from tools.manifest import update

update.main(default_tests_root=
            os.path.abspath(os.path.dirname(__file__)))
back to top