mirror of
https://github.com/servo/servo.git
synced 2025-07-12 09:53:40 +01:00
9 lines
531 B
Markdown
9 lines
531 B
Markdown
Tests for the [Files and Directory Entries API](https://github.com/wicg/entries-api)
|
|
|
|
* [Explainer](https://github.com/WICG/entries-api/blob/gh-pages/EXPLAINER.md)
|
|
* [Draft Specification](https://wicg.github.io/entries-api/)
|
|
|
|
Unfortunately, most of the tests are **manual** and require drag-and-drop of test
|
|
data files, which can be found in the `entries-api/support` directory. The tests
|
|
can be run via [w3c-test.org](http://w3c-test.org/entries-api/), but a local clone
|
|
of the repo is required for access to the test data files.
|