From 3fffebbde3221323d45f72a22a936120fe43de58 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 2 Feb 2017 14:18:38 -0800 Subject: [PATCH] doc: add common.WPT to test README PR-URL: https://github.com/nodejs/node/pull/11127 Reviewed-By: Timothy Gu Reviewed-By: Joyee Cheung Reviewed-By: Michael Dawson Reviewed-By: James M Snell --- test/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/README.md b/test/README.md index 94f77eda51..5ed028a196 100644 --- a/test/README.md +++ b/test/README.md @@ -379,3 +379,12 @@ The realpath of the 'tmp' directory. * return [<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).