https://github.com/web-platform-tests/wpt
Raw File
Tip revision: d59f66bb3cb484d4253d2509e9a8c3a2575438d4 authored by Raymond Toy on 06 April 2018, 17:48:00 UTC
Move AudioNode tests to WPT
Tip revision: d59f66b
README.md
# WebVTT Tests

## Categorization

Dependencies:
* Python 3

Once you have run the tests with `/tools/runner/index.html`, press the "Download
JSON results" button to download a file containing the results. You can then run
the categorization tool to get a better overview of the test results:

```bash
$ python3 tools/categorize_results.py runner-results.json
```
back to top