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:
|
|
|
|
|
2021-08-08 02:36:19 +08:00
|
|
|
- common: https://github.com/web-platform-tests/wpt/tree/03c5072aff/common
|
2020-08-18 19:23:01 +08:00
|
|
|
- console: https://github.com/web-platform-tests/wpt/tree/3b1f72e99a/console
|
2021-08-08 02:38:00 +08:00
|
|
|
- dom/abort: https://github.com/web-platform-tests/wpt/tree/c49cafb491/dom/abort
|
2021-02-22 01:36:29 +08:00
|
|
|
- encoding: https://github.com/web-platform-tests/wpt/tree/35f70910d3/encoding
|
2021-02-14 02:56:06 +08:00
|
|
|
- FileAPI: https://github.com/web-platform-tests/wpt/tree/3b279420d4/FileAPI
|
2021-02-22 01:36:29 +08:00
|
|
|
- hr-time: https://github.com/web-platform-tests/wpt/tree/9910784394/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
|
2021-08-04 14:21:59 +08:00
|
|
|
- interfaces: https://github.com/web-platform-tests/wpt/tree/fc086c82d5/interfaces
|
2021-06-24 23:33:09 +08:00
|
|
|
- performance-timeline: https://github.com/web-platform-tests/wpt/tree/17ebc3aea0/performance-timeline
|
2021-08-08 02:36:19 +08:00
|
|
|
- resources: https://github.com/web-platform-tests/wpt/tree/fbee645164/resources
|
2021-06-17 03:44:22 +08:00
|
|
|
- streams: https://github.com/web-platform-tests/wpt/tree/8f60d94439/streams
|
2021-07-10 21:07:47 +08:00
|
|
|
- url: https://github.com/web-platform-tests/wpt/tree/77d54aa9e0/url
|
2021-06-24 23:33:09 +08:00
|
|
|
- user-timing: https://github.com/web-platform-tests/wpt/tree/df24fb604e/user-timing
|
2021-08-04 14:21:59 +08:00
|
|
|
- WebCryptoAPI: https://github.com/web-platform-tests/wpt/tree/cdd0f03df4/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
|
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
|