https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 9c9417e5255836be1d428e82b48b92070258efd8 authored by Tsuyoshi Horo on 02 April 2018, 03:41:31 UTC
Set SkipServiceWorker flag for synchronous loads from the main thread.
Tip revision: 9c9417e
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