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-06-19 03:39:58 +08:00
|
|
|
- compression: https://github.com/web-platform-tests/wpt/tree/5aa50dd415/compression
|
2022-08-02 22:02:20 +08:00
|
|
|
- console: https://github.com/web-platform-tests/wpt/tree/767ae35464/console
|
2023-05-18 16:11:07 +08:00
|
|
|
- dom/abort: https://github.com/web-platform-tests/wpt/tree/d1f1ecbd52/dom/abort
|
2023-01-11 04:01:49 +08:00
|
|
|
- dom/events: https://github.com/web-platform-tests/wpt/tree/ab8999891c/dom/events
|
2024-06-19 03:39:49 +08:00
|
|
|
- encoding: https://github.com/web-platform-tests/wpt/tree/5aa50dd415/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
|
2021-06-24 23:33:09 +08:00
|
|
|
- performance-timeline: https://github.com/web-platform-tests/wpt/tree/17ebc3aea0/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-08-06 13:57:48 +08:00
|
|
|
- streams: https://github.com/web-platform-tests/wpt/tree/2bd26e124c/streams
|
2024-07-15 00:24:21 +08:00
|
|
|
- url: https://github.com/web-platform-tests/wpt/tree/6a39784534/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-09-16 00:28:03 +08:00
|
|
|
- WebCryptoAPI: https://github.com/web-platform-tests/wpt/tree/272064ebf9/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
|
2023-03-03 01:04:40 +08:00
|
|
|
- webmessaging/broadcastchannel: https://github.com/web-platform-tests/wpt/tree/e97fac4791/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
|