Skip to content

Commit ae3c0d7

Browse files
committed
Update to include latest web platform tests
Includes web-platform-tests/wpt#5146.
1 parent 2403948 commit ae3c0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/get-latest-platform-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const request = require("request");
1414
// 1. Go to https://github.com/w3c/web-platform-tests/tree/master/url
1515
// 2. Press "y" on your keyboard to get a permalink
1616
// 3. Copy the commit hash
17-
const commitHash = "5de931eafc9ca8d6de6a138015311812943755ac";
17+
const commitHash = "634175d64d1f3ec26e2a674b294e71738624c77c";
1818

1919
const sourceURL = `https://raw.githubusercontent.com/w3c/web-platform-tests/${commitHash}/url/urltestdata.json`;
2020
const setterSourceURL = `https://raw.githubusercontent.com/w3c/web-platform-tests/${commitHash}/url/setters_tests.json`;

0 commit comments

Comments
 (0)