@@ -310,27 +310,7 @@ functions worked correctly with the `beforeExit` event, then it might be named
310
310
311
311
### Web Platform Tests
312
312
313
- Some of the tests for the WHATWG URL implementation (named
314
- ` test-whatwg-url-*.js ` ) are imported from the [ Web Platform Tests Project] [ ] .
315
- These imported tests will be wrapped like this:
316
-
317
- ``` js
318
- /* The following tests are copied from WPT. Modifications to them should be
319
- upstreamed first. Refs:
320
- https://github.com/w3c/web-platform-tests/blob/8791bed/url/urlsearchparams-stringifier.html
321
- License: http://www.w3.org/Consortium/Legal/2008/04-testsuite-copyright.html
322
- */
323
- /* eslint-disable */
324
-
325
- // Test code
326
-
327
- /* eslint-enable */
328
- ```
329
-
330
- To improve tests that have been imported this way, please send
331
- a PR to the upstream project first. When the proposed change is merged in
332
- the upstream project, send another PR here to update Node.js accordingly.
333
- Be sure to update the hash in the URL following ` WPT Refs: ` .
313
+ See [ ` test/wpt ` ] ( ../../test/wpt/README.md ) for more information.
334
314
335
315
## C++ Unit test
336
316
@@ -418,7 +398,6 @@ To generate a test coverage report, see the
418
398
419
399
[ ASCII ] : http://man7.org/linux/man-pages/man7/ascii.7.html
420
400
[ Google Test ] : https://github.com/google/googletest
421
- [ Web Platform Tests Project ] : https://github.com/w3c/web-platform-tests/tree/master/url
422
401
[ `common` module ] : https://github.com/nodejs/node/blob/master/test/common/README.md
423
402
[ all maintained branches ] : https://github.com/nodejs/lts
424
403
[ node.green ] : http://node.green/
0 commit comments