We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2403948 commit ae3c0d7Copy full SHA for ae3c0d7
scripts/get-latest-platform-tests.js
@@ -14,7 +14,7 @@ const request = require("request");
14
// 1. Go to https://github.com/w3c/web-platform-tests/tree/master/url
15
// 2. Press "y" on your keyboard to get a permalink
16
// 3. Copy the commit hash
17
-const commitHash = "5de931eafc9ca8d6de6a138015311812943755ac";
+const commitHash = "634175d64d1f3ec26e2a674b294e71738624c77c";
18
19
const sourceURL = `https://raw.githubusercontent.com/w3c/web-platform-tests/${commitHash}/url/urltestdata.json`;
20
const setterSourceURL = `https://raw.githubusercontent.com/w3c/web-platform-tests/${commitHash}/url/setters_tests.json`;
0 commit comments