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 cb9f0dd commit fa96371Copy full SHA for fa96371
scripts/get-latest-platform-tests.js
@@ -19,7 +19,7 @@ process.on("unhandledRejection", err => {
19
// 1. Go to https://github.com/w3c/web-platform-tests/tree/master/url
20
// 2. Press "y" on your keyboard to get a permalink
21
// 3. Copy the commit hash
22
-const commitHash = "c5a68bdca6eb5ff0997cee59a91ddccb369a3510";
+const commitHash = "0050cfbe145bc9c24981186fa47e714147c1674d";
23
24
// Have to use RawGit as JSDOM.fromURL checks Content-Type header.
25
const urlPrefix = `https://rawgit.com/w3c/web-platform-tests/${commitHash}/url/`;
0 commit comments