Skip to content

Commit

Permalink
Update for latest WPTs
Browse files Browse the repository at this point in the history
The tests from 787aa00 have been upstreamed.
  • Loading branch information
domenic committed Jan 12, 2017
1 parent 787aa00 commit d06ed19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion scripts/get-latest-platform-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`;
Expand Down
16 changes: 0 additions & 16 deletions test/to-upstream.json
Original file line number Diff line number Diff line change
@@ -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": ""
}
]

0 comments on commit d06ed19

Please sign in to comment.