mirror of https://github.com/nodejs/node.git
41 lines
2.7 KiB
Markdown
41 lines
2.7 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/dbd648158d/common
|
|
- compression: https://github.com/web-platform-tests/wpt/tree/c82521cfa5/compression
|
|
- console: https://github.com/web-platform-tests/wpt/tree/767ae35464/console
|
|
- dom/abort: https://github.com/web-platform-tests/wpt/tree/d1f1ecbd52/dom/abort
|
|
- dom/events: https://github.com/web-platform-tests/wpt/tree/ab8999891c/dom/events
|
|
- encoding: https://github.com/web-platform-tests/wpt/tree/a58bbf6d8c/encoding
|
|
- fetch/data-urls/resources: https://github.com/web-platform-tests/wpt/tree/7c79d998ff/fetch/data-urls/resources
|
|
- FileAPI: https://github.com/web-platform-tests/wpt/tree/e36dbb6f00/FileAPI
|
|
- hr-time: https://github.com/web-platform-tests/wpt/tree/34cafd797e/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/727995f043/interfaces
|
|
- performance-timeline: https://github.com/web-platform-tests/wpt/tree/17ebc3aea0/performance-timeline
|
|
- resource-timing: https://github.com/web-platform-tests/wpt/tree/22d38586d0/resource-timing
|
|
- resources: https://github.com/web-platform-tests/wpt/tree/1e140d63ec/resources
|
|
- streams: https://github.com/web-platform-tests/wpt/tree/9b03282a99/streams
|
|
- url: https://github.com/web-platform-tests/wpt/tree/0f550ab9f5/url
|
|
- user-timing: https://github.com/web-platform-tests/wpt/tree/5ae85bf826/user-timing
|
|
- wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/cde25e7e3c/wasm/jsapi
|
|
- wasm/webapi: https://github.com/web-platform-tests/wpt/tree/fd1b23eeaa/wasm/webapi
|
|
- WebCryptoAPI: https://github.com/web-platform-tests/wpt/tree/5e042cbc4e/WebCryptoAPI
|
|
- webidl/ecmascript-binding/es-exceptions: https://github.com/web-platform-tests/wpt/tree/a370aad338/webidl/ecmascript-binding/es-exceptions
|
|
- webmessaging/broadcastchannel: https://github.com/web-platform-tests/wpt/tree/e97fac4791/webmessaging/broadcastchannel
|
|
|
|
[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
|