diff --git a/scripts/get-latest-platform-tests.js b/scripts/get-latest-platform-tests.js index 223b1a7..63b12c1 100644 --- a/scripts/get-latest-platform-tests.js +++ b/scripts/get-latest-platform-tests.js @@ -14,7 +14,7 @@ const request = require("request"); // 1. Go to https://github.com/w3c/web-platform-tests/tree/master/url // 2. Press "y" on your keyboard to get a permalink // 3. Copy the commit hash -const commitHash = "82173128ef6f536e5faaafc29eecc521380f81ae"; +const commitHash = "165824d1b5eae50004050c77ccbe243990b620fc"; const sourceURL = `https://raw.githubusercontent.com/w3c/web-platform-tests/${commitHash}/url/urltestdata.json`; const setterSourceURL = `https://raw.githubusercontent.com/w3c/web-platform-tests/${commitHash}/url/setters_tests.json`; diff --git a/test/to-upstream.json b/test/to-upstream.json index bce5fc4..0d4f101 100644 --- a/test/to-upstream.json +++ b/test/to-upstream.json @@ -1,18 +1,2 @@ [ - "# IPv6 trailing zeros compress test", - { - "input": "http://[1:0::]", - "base": "http://example.net/", - "href": "http://[1::]/", - "origin": "http://[1::]", - "protocol": "http:", - "username": "", - "password": "", - "host": "[1::]", - "hostname": "[1::]", - "port": "", - "pathname": "/", - "search": "", - "hash": "" - } ]