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
|
2023-11-09 07:06:50 +08:00
|
|
|
- compression: https://github.com/web-platform-tests/wpt/tree/c82521cfa5/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
|
2023-06-06 06:52:02 +08:00
|
|
|
- encoding: https://github.com/web-platform-tests/wpt/tree/a58bbf6d8c/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
|
2023-06-06 03:44:00 +08:00
|
|
|
- FileAPI: https://github.com/web-platform-tests/wpt/tree/e36dbb6f00/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
|
2023-11-13 22:32:53 +08:00
|
|
|
- interfaces: https://github.com/web-platform-tests/wpt/tree/727995f043/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-04-29 00:51:44 +08:00
|
|
|
- streams: https://github.com/web-platform-tests/wpt/tree/9b03282a99/streams
|
2024-04-13 20:57:12 +08:00
|
|
|
- url: https://github.com/web-platform-tests/wpt/tree/0f550ab9f5/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-01-22 18:42:30 +08:00
|
|
|
- WebCryptoAPI: https://github.com/web-platform-tests/wpt/tree/5e042cbc4e/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
|
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
|