| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| FileAPI/ | 22-Mar-2025 | - | 7,062 | 5,866 | ||
| WebCryptoAPI/ | 22-Mar-2025 | - | 9,968 | 7,558 | ||
| common/ | 22-Mar-2025 | - | 4,543 | 3,234 | ||
| console/ | 22-Mar-2025 | - | 348 | 269 | ||
| dom/ | 22-Mar-2025 | - | 9,250 | 8,072 | ||
| encoding/ | 22-Mar-2025 | - | 25,603 | 24,480 | ||
| fetch/data-urls/resources/ | 22-Mar-2025 | - | 298 | 296 | ||
| hr-time/ | 22-Mar-2025 | - | 666 | 564 | ||
| html/webappapis/ | 22-Mar-2025 | - | 1,136 | 974 | ||
| interfaces/ | 22-Mar-2025 | - | 4,147 | 3,379 | ||
| performance-timeline/ | 22-Mar-2025 | - | 982 | 840 | ||
| resources/ | 22-Mar-2025 | - | 18,157 | 13,484 | ||
| streams/ | 22-Mar-2025 | - | 20,919 | 16,554 | ||
| url/ | 22-Mar-2025 | - | 23,715 | 23,409 | ||
| user-timing/ | 22-Mar-2025 | - | 2,523 | 2,125 | ||
| wasm/ | 22-Mar-2025 | - | 7,650 | 6,297 | ||
| webidl/ecmascript-binding/es-exceptions/ | 22-Mar-2025 | - | 426 | 362 | ||
| webmessaging/broadcastchannel/ | 22-Mar-2025 | - | 1,332 | 1,115 | ||
| .gitignore | D | 22-Mar-2025 | 5 | 2 | 1 | |
| LICENSE.md | D | 22-Mar-2025 | 1.5 KiB | 12 | 7 | |
| README.md | D | 22-Mar-2025 | 2.5 KiB | 39 | 32 | |
| versions.json | D | 22-Mar-2025 | 2.6 KiB | 95 | 94 |
README.md
1# Web Platform Test Fixtures 2 3The files in this folder, including this document, 4are generated by [`git node wpt`][]. 5 6This folder contains a subset of the [Web Platform Tests][] for the 7implementation of Web APIs in Node.js. 8 9See [test/wpt](../../wpt/README.md) for information on how these tests are run. 10 11Last update: 12 13- common: https://github.com/web-platform-tests/wpt/tree/03c5072aff/common 14- console: https://github.com/web-platform-tests/wpt/tree/767ae35464/console 15- dom/abort: https://github.com/web-platform-tests/wpt/tree/d1f1ecbd52/dom/abort 16- dom/events: https://github.com/web-platform-tests/wpt/tree/ab8999891c/dom/events 17- encoding: https://github.com/web-platform-tests/wpt/tree/a58bbf6d8c/encoding 18- fetch/data-urls/resources: https://github.com/web-platform-tests/wpt/tree/7c79d998ff/fetch/data-urls/resources 19- FileAPI: https://github.com/web-platform-tests/wpt/tree/e36dbb6f00/FileAPI 20- FileAPI/file: https://github.com/web-platform-tests/wpt/tree/c01f637cca/FileAPI/file 21- hr-time: https://github.com/web-platform-tests/wpt/tree/34cafd797e/hr-time 22- html/webappapis/atob: https://github.com/web-platform-tests/wpt/tree/f267e1dca6/html/webappapis/atob 23- html/webappapis/microtask-queuing: https://github.com/web-platform-tests/wpt/tree/2c5c3c4c27/html/webappapis/microtask-queuing 24- html/webappapis/structured-clone: https://github.com/web-platform-tests/wpt/tree/47d3fb280c/html/webappapis/structured-clone 25- html/webappapis/timers: https://github.com/web-platform-tests/wpt/tree/5873f2d8f1/html/webappapis/timers 26- interfaces: https://github.com/web-platform-tests/wpt/tree/fc086c82d5/interfaces 27- performance-timeline: https://github.com/web-platform-tests/wpt/tree/17ebc3aea0/performance-timeline 28- resources: https://github.com/web-platform-tests/wpt/tree/fbf1e7d247/resources 29- streams: https://github.com/web-platform-tests/wpt/tree/9e5ef42bd3/streams 30- url: https://github.com/web-platform-tests/wpt/tree/c4726447f3/url 31- user-timing: https://github.com/web-platform-tests/wpt/tree/5ae85bf826/user-timing 32- wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/cde25e7e3c/wasm/jsapi 33- wasm/webapi: https://github.com/web-platform-tests/wpt/tree/fd1b23eeaa/wasm/webapi 34- WebCryptoAPI: https://github.com/web-platform-tests/wpt/tree/17b7ca10fd/WebCryptoAPI 35- webidl/ecmascript-binding/es-exceptions: https://github.com/web-platform-tests/wpt/tree/a370aad338/webidl/ecmascript-binding/es-exceptions 36 37[Web Platform Tests]: https://github.com/web-platform-tests/wpt 38[`git node wpt`]: https://github.com/nodejs/node-core-utils/blob/main/docs/git-node.md#git-node-wpt 39