https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 4ca9a79adac1b65fc3eb7d888d92517de8798701 authored by Chris Rebert on 16 April 2016, 07:23:15 UTC
Test order of focus-related events
Tip revision: 4ca9a79
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