https://github.com/web-platform-tests/wpt
Raw File
Tip revision: f7db3f4212f20b5d023d3ca8e10595a1889c1922 authored by Rakina Zata Amni on 05 April 2018, 07:26:13 UTC
Remove stylesheet of link element when rel != stylesheet
Tip revision: f7db3f4
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