summaryrefslogtreecommitdiff
path: root/test/parallel/test-whatwg-url-setters.js
diff options
context:
space:
mode:
authorDaijiro Wachi <daijiro.wachi@gmail.com>2017-04-03 17:48:32 +0900
committerDaijiro Wachi <daijiro.wachi@gmail.com>2017-04-03 18:12:05 +0900
commit843b7e68ca0df4c493557a1452e55323c543e872 (patch)
tree3af70e89882ce593414073b735d0a98873eec316 /test/parallel/test-whatwg-url-setters.js
parent50bfef66f0f66daf7054baa1b250255d62a885c9 (diff)
downloadandroid-node-v8-843b7e68ca0df4c493557a1452e55323c543e872.tar.gz
android-node-v8-843b7e68ca0df4c493557a1452e55323c543e872.tar.bz2
android-node-v8-843b7e68ca0df4c493557a1452e55323c543e872.zip
test: synchronize WPT url setter test data
Updates: + Bring tests url-setter-tests from WPT, and put it as JavaScript + Comment out unpassed tests Refs: https://github.com/w3c/web-platform-tests/pull/5112 Refs: https://github.com/nodejs/node/pull/11887 PR-URL: https://github.com/nodejs/node/pull/12058 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'test/parallel/test-whatwg-url-setters.js')
-rw-r--r--test/parallel/test-whatwg-url-setters.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-whatwg-url-setters.js b/test/parallel/test-whatwg-url-setters.js
index 66188e4815..253415dad6 100644
--- a/test/parallel/test-whatwg-url-setters.js
+++ b/test/parallel/test-whatwg-url-setters.js
@@ -15,7 +15,7 @@ if (!common.hasIntl) {
}
const request = {
- response: require(path.join(common.fixturesDir, 'url-setter-tests.json'))
+ response: require(path.join(common.fixturesDir, 'url-setter-tests'))
};
/* eslint-disable */