https://github.com/web-platform-tests/wpt
Raw File
Tip revision: a1e68e5293b35e1290471a60337cc02f7a6902ab authored by Mike West on 07 April 2017, 15:54:58 UTC
fixup drop flaky bit of the test.
Tip revision: a1e68e5
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