mirror of https://github.com/nodejs/node.git
33 lines
2.0 KiB
Markdown
33 lines
2.0 KiB
Markdown
# 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:
|
|
|
|
- common: https://github.com/web-platform-tests/wpt/tree/03c5072aff/common
|
|
- console: https://github.com/web-platform-tests/wpt/tree/3b1f72e99a/console
|
|
- dom/abort: https://github.com/web-platform-tests/wpt/tree/c49cafb491/dom/abort
|
|
- encoding: https://github.com/web-platform-tests/wpt/tree/35f70910d3/encoding
|
|
- FileAPI: https://github.com/web-platform-tests/wpt/tree/3b279420d4/FileAPI
|
|
- hr-time: https://github.com/web-platform-tests/wpt/tree/9910784394/hr-time
|
|
- html/webappapis/atob: https://github.com/web-platform-tests/wpt/tree/f267e1dca6/html/webappapis/atob
|
|
- html/webappapis/microtask-queuing: https://github.com/web-platform-tests/wpt/tree/2c5c3c4c27/html/webappapis/microtask-queuing
|
|
- html/webappapis/structured-clone: https://github.com/web-platform-tests/wpt/tree/47d3fb280c/html/webappapis/structured-clone
|
|
- html/webappapis/timers: https://github.com/web-platform-tests/wpt/tree/5873f2d8f1/html/webappapis/timers
|
|
- interfaces: https://github.com/web-platform-tests/wpt/tree/fc086c82d5/interfaces
|
|
- performance-timeline: https://github.com/web-platform-tests/wpt/tree/17ebc3aea0/performance-timeline
|
|
- resources: https://github.com/web-platform-tests/wpt/tree/fbee645164/resources
|
|
- streams: https://github.com/web-platform-tests/wpt/tree/8f60d94439/streams
|
|
- url: https://github.com/web-platform-tests/wpt/tree/77d54aa9e0/url
|
|
- user-timing: https://github.com/web-platform-tests/wpt/tree/df24fb604e/user-timing
|
|
- WebCryptoAPI: https://github.com/web-platform-tests/wpt/tree/cdd0f03df4/WebCryptoAPI
|
|
|
|
[Web Platform Tests]: https://github.com/web-platform-tests/wpt
|
|
[`git node wpt`]: https://github.com/nodejs/node-core-utils/blob/main/docs/git-node.md#git-node-wpt
|