https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 52e60f154fdfdef290e477f9f95a0e683dfd9971 authored by Aryeh Gregor on 21 August 2016, 14:20:48 UTC
Update for whatwg/html#1693
Tip revision: 52e60f1
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