|
1 | 1 | # Web Platform Test Fixtures |
2 | 2 |
|
3 | | -The files in this folder, including this document, |
4 | | -are generated by [`git node wpt`][]. |
| 3 | +The files in this folder are maintained by [`git node wpt`][]. |
5 | 4 |
|
6 | 5 | This folder contains a subset of the [Web Platform Tests][] for the |
7 | 6 | implementation of Web APIs in Node.js. |
8 | 7 |
|
9 | 8 | See [test/wpt](../../wpt/README.md) for information on how these tests are run. |
10 | 9 |
|
11 | | -Last update: |
12 | | - |
13 | | -- common: https://github.com/web-platform-tests/wpt/tree/dbd648158d/common |
14 | | -- compression: https://github.com/web-platform-tests/wpt/tree/ae05f5cb53/compression |
15 | | -- console: https://github.com/web-platform-tests/wpt/tree/e48251b778/console |
16 | | -- dom/abort: https://github.com/web-platform-tests/wpt/tree/dc928169ee/dom/abort |
17 | | -- dom/events: https://github.com/web-platform-tests/wpt/tree/0a811c5161/dom/events |
18 | | -- encoding: https://github.com/web-platform-tests/wpt/tree/1ac8deee08/encoding |
19 | | -- fetch/data-urls/resources: https://github.com/web-platform-tests/wpt/tree/7c79d998ff/fetch/data-urls/resources |
20 | | -- FileAPI: https://github.com/web-platform-tests/wpt/tree/7f51301888/FileAPI |
21 | | -- hr-time: https://github.com/web-platform-tests/wpt/tree/34cafd797e/hr-time |
22 | | -- html/webappapis/atob: https://github.com/web-platform-tests/wpt/tree/f267e1dca6/html/webappapis/atob |
23 | | -- html/webappapis/microtask-queuing: https://github.com/web-platform-tests/wpt/tree/2c5c3c4c27/html/webappapis/microtask-queuing |
24 | | -- html/webappapis/structured-clone: https://github.com/web-platform-tests/wpt/tree/47d3fb280c/html/webappapis/structured-clone |
25 | | -- html/webappapis/timers: https://github.com/web-platform-tests/wpt/tree/5873f2d8f1/html/webappapis/timers |
26 | | -- interfaces: https://github.com/web-platform-tests/wpt/tree/a8392bd021/interfaces |
27 | | -- performance-timeline: https://github.com/web-platform-tests/wpt/tree/94caab7038/performance-timeline |
28 | | -- resource-timing: https://github.com/web-platform-tests/wpt/tree/22d38586d0/resource-timing |
29 | | -- resources: https://github.com/web-platform-tests/wpt/tree/6a2f322376/resources |
30 | | -- streams: https://github.com/web-platform-tests/wpt/tree/f8f26a372f/streams |
31 | | -- url: https://github.com/web-platform-tests/wpt/tree/d4598eba09/url |
32 | | -- urlpattern: https://github.com/web-platform-tests/wpt/tree/23aac92784/urlpattern |
33 | | -- user-timing: https://github.com/web-platform-tests/wpt/tree/5ae85bf826/user-timing |
34 | | -- wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/288c467d35/wasm/jsapi |
35 | | -- wasm/webapi: https://github.com/web-platform-tests/wpt/tree/fd1b23eeaa/wasm/webapi |
36 | | -- web-locks: https://github.com/web-platform-tests/wpt/tree/10a122a6bc/web-locks |
37 | | -- WebCryptoAPI: https://github.com/web-platform-tests/wpt/tree/03a1476844/WebCryptoAPI |
38 | | -- webidl: https://github.com/web-platform-tests/wpt/tree/63ca529a02/webidl |
39 | | -- webidl/ecmascript-binding/es-exceptions: https://github.com/web-platform-tests/wpt/tree/2f96fa1996/webidl/ecmascript-binding/es-exceptions |
40 | | -- webmessaging/broadcastchannel: https://github.com/web-platform-tests/wpt/tree/6495c91853/webmessaging/broadcastchannel |
41 | | -- webstorage: https://github.com/web-platform-tests/wpt/tree/1d2c5fb36a/webstorage |
| 10 | +Pinned upstream WPT revisions for each imported subset are recorded in |
| 11 | +[`versions.json`](./versions.json). |
42 | 12 |
|
43 | 13 | [Web Platform Tests]: https://github.com/web-platform-tests/wpt |
44 | 14 | [`git node wpt`]: https://github.com/nodejs/node-core-utils/blob/main/docs/git-node.md#git-node-wpt |
0 commit comments