2018-09-17 03:39:28 +08:00
|
|
|
# Web Platform Test Fixtures
|
|
|
|
|
|
|
|
The files in this folder, including this document,
|
|
|
|
are generated by [`git node wpt`][].
|
|
|
|
|
|
|
|
This folder contains a subset of the [Web Platform Tests][] for the
|
|
|
|
implementation of Web APIs in Node.js.
|
|
|
|
|
|
|
|
See [test/wpt](../../wpt/README.md) for information on how these tests are run.
|
|
|
|
|
|
|
|
Last update:
|
|
|
|
|
2023-03-03 01:04:40 +08:00
|
|
|
- common: https://github.com/web-platform-tests/wpt/tree/dbd648158d/common
|
2024-10-12 03:26:47 +08:00
|
|
|
- compression: https://github.com/web-platform-tests/wpt/tree/da8d6860b2/compression
|
2024-10-18 14:25:48 +08:00
|
|
|
- console: https://github.com/web-platform-tests/wpt/tree/e48251b778/console
|
2024-09-08 18:53:14 +08:00
|
|
|
- dom/abort: https://github.com/web-platform-tests/wpt/tree/0143fe244b/dom/abort
|
2024-08-30 04:21:36 +08:00
|
|
|
- dom/events: https://github.com/web-platform-tests/wpt/tree/0a811c5161/dom/events
|
2024-09-30 22:26:23 +08:00
|
|
|
- encoding: https://github.com/web-platform-tests/wpt/tree/1ac8deee08/encoding
|
2022-07-19 15:13:56 +08:00
|
|
|
- fetch/data-urls/resources: https://github.com/web-platform-tests/wpt/tree/7c79d998ff/fetch/data-urls/resources
|
2024-06-04 10:00:05 +08:00
|
|
|
- FileAPI: https://github.com/web-platform-tests/wpt/tree/cceaf3628d/FileAPI
|
2022-08-02 22:17:09 +08:00
|
|
|
- hr-time: https://github.com/web-platform-tests/wpt/tree/34cafd797e/hr-time
|
2021-03-18 02:27:27 +08:00
|
|
|
- html/webappapis/atob: https://github.com/web-platform-tests/wpt/tree/f267e1dca6/html/webappapis/atob
|
2021-02-22 01:36:29 +08:00
|
|
|
- html/webappapis/microtask-queuing: https://github.com/web-platform-tests/wpt/tree/2c5c3c4c27/html/webappapis/microtask-queuing
|
2021-08-14 01:31:04 +08:00
|
|
|
- html/webappapis/structured-clone: https://github.com/web-platform-tests/wpt/tree/47d3fb280c/html/webappapis/structured-clone
|
2021-02-22 01:36:29 +08:00
|
|
|
- html/webappapis/timers: https://github.com/web-platform-tests/wpt/tree/5873f2d8f1/html/webappapis/timers
|
2024-07-04 20:53:23 +08:00
|
|
|
- interfaces: https://github.com/web-platform-tests/wpt/tree/e90ece61d6/interfaces
|
2024-10-01 03:56:18 +08:00
|
|
|
- performance-timeline: https://github.com/web-platform-tests/wpt/tree/94caab7038/performance-timeline
|
2022-08-18 00:46:14 +08:00
|
|
|
- resource-timing: https://github.com/web-platform-tests/wpt/tree/22d38586d0/resource-timing
|
2023-11-13 22:32:53 +08:00
|
|
|
- resources: https://github.com/web-platform-tests/wpt/tree/1e140d63ec/resources
|
2024-11-29 06:03:08 +08:00
|
|
|
- streams: https://github.com/web-platform-tests/wpt/tree/bc9dcbbf1a/streams
|
2024-12-10 08:36:23 +08:00
|
|
|
- url: https://github.com/web-platform-tests/wpt/tree/6fa3fe8a92/url
|
2023-06-06 02:04:35 +08:00
|
|
|
- user-timing: https://github.com/web-platform-tests/wpt/tree/5ae85bf826/user-timing
|
2023-03-31 18:48:42 +08:00
|
|
|
- wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/cde25e7e3c/wasm/jsapi
|
2022-04-23 11:09:15 +08:00
|
|
|
- wasm/webapi: https://github.com/web-platform-tests/wpt/tree/fd1b23eeaa/wasm/webapi
|
2024-12-02 18:46:11 +08:00
|
|
|
- WebCryptoAPI: https://github.com/web-platform-tests/wpt/tree/3e3374efde/WebCryptoAPI
|
2022-01-14 20:17:30 +08:00
|
|
|
- webidl/ecmascript-binding/es-exceptions: https://github.com/web-platform-tests/wpt/tree/a370aad338/webidl/ecmascript-binding/es-exceptions
|
2024-10-22 14:47:26 +08:00
|
|
|
- webmessaging/broadcastchannel: https://github.com/web-platform-tests/wpt/tree/6495c91853/webmessaging/broadcastchannel
|
2023-09-15 22:32:14 +08:00
|
|
|
- webstorage: https://github.com/web-platform-tests/wpt/tree/9dafa89214/webstorage
|
2018-09-17 03:39:28 +08:00
|
|
|
|
|
|
|
[Web Platform Tests]: https://github.com/web-platform-tests/wpt
|
2021-06-21 21:32:17 +08:00
|
|
|
[`git node wpt`]: https://github.com/nodejs/node-core-utils/blob/main/docs/git-node.md#git-node-wpt
|