Skip to content

Commit fa96371

Browse files
committed
Roll to latest web platform tests
Includes web-platform-tests/wpt#10892, which we pass.
1 parent cb9f0dd commit fa96371

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
@@ -19,7 +19,7 @@ process.on("unhandledRejection", err => {
1919
// 1. Go to https://github.com/w3c/web-platform-tests/tree/master/url
2020
// 2. Press "y" on your keyboard to get a permalink
2121
// 3. Copy the commit hash
22-
const commitHash = "c5a68bdca6eb5ff0997cee59a91ddccb369a3510";
22+
const commitHash = "0050cfbe145bc9c24981186fa47e714147c1674d";
2323

2424
// Have to use RawGit as JSDOM.fromURL checks Content-Type header.
2525
const urlPrefix = `https://rawgit.com/w3c/web-platform-tests/${commitHash}/url/`;

0 commit comments

Comments
 (0)