Skip to content

Commit

Permalink
doc: add common.WPT to test README
Browse files Browse the repository at this point in the history
PR-URL: #11127
Reviewed-By: Timothy Gu <[email protected]>
Reviewed-By: Joyee Cheung <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
Trott authored and italoacasas committed Feb 6, 2017
1 parent 9676d90 commit 3649d91
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,3 +379,12 @@ The realpath of the 'tmp' directory.
* return [&lt;String>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type)

Name of the temp directory used by tests.

### WPT

A port of parts of
[W3C testharness.js](https://github.com/w3c/testharness.js) for testing the
Node.js
[WHATWG URL API](https://nodejs.org/api/url.html#url_the_whatwg_url_api)
implementation with tests from
[W3C Web Platform Tests](https://github.com/w3c/web-platform-tests).

0 comments on commit 3649d91

Please sign in to comment.