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
|
2022-08-02 22:02:20 +08:00
|
|
|
- console: https://github.com/web-platform-tests/wpt/tree/767ae35464/console
|
2021-08-08 02:38:00 +08:00
|
|
|
- dom/abort: https://github.com/web-platform-tests/wpt/tree/c49cafb491/dom/abort
|
2022-06-22 16:28:59 +08:00
|
|
|
- dom/events: https://github.com/web-platform-tests/wpt/tree/f8821adb28/dom/events
|
2022-07-25 23:12:05 +08:00
|
|
|
- encoding: https://github.com/web-platform-tests/wpt/tree/c1b24fce6e/encoding
|
2021-02-14 02:56:06 +08:00
|
|
|
- FileAPI: https://github.com/web-platform-tests/wpt/tree/3b279420d4/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
|
2022-08-18 00:46:14 +08:00
|
|
|
- interfaces: https://github.com/web-platform-tests/wpt/tree/df731dab88/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
|
2022-07-01 00:51:11 +08:00
|
|
|
- resources: https://github.com/web-platform-tests/wpt/tree/c5b428f15a/resources
|
2022-08-18 02:36:25 +08:00
|
|
|
- streams: https://github.com/web-platform-tests/wpt/tree/9e5ef42bd3/streams
|
2022-07-01 00:51:11 +08:00
|
|
|
- url: https://github.com/web-platform-tests/wpt/tree/0e5b126cd0/url
|
2021-06-24 23:33:09 +08:00
|
|
|
- user-timing: https://github.com/web-platform-tests/wpt/tree/df24fb604e/user-timing
|
2022-08-02 22:26:34 +08:00
|
|
|
- wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/d8dbe6990b/wasm/jsapi
|
2022-04-23 11:09:15 +08:00
|
|
|
- wasm/webapi: https://github.com/web-platform-tests/wpt/tree/fd1b23eeaa/wasm/webapi
|
2022-08-15 04:52:52 +08:00
|
|
|
- WebCryptoAPI: https://github.com/web-platform-tests/wpt/tree/edca84af42/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
|