Skip to content

Commit

Permalink
Roll to newer web platform tests
Browse files Browse the repository at this point in the history
Includes web-platform-tests/wpt#10525, which has a few new MIME type parsing tests.
  • Loading branch information
domenic committed Nov 28, 2018
1 parent 2b07cbf commit 98408de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-latest-platform-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ process.on("unhandledRejection", err => {
// 1. Go to https://github.com/w3c/web-platform-tests/tree/master/mimesniff
// 2. Press "y" on your keyboard to get a permalink
// 3. Copy the commit hash
const commitHash = "e340f910d3652a059fde65ac0d026df1a003a7be";
const commitHash = "ec13cf1ca3abf13ae1004003e791fd9937be0b49";

const urlPrefix = `https://raw.githubusercontent.com/w3c/web-platform-tests/${commitHash}` +
`/mimesniff/mime-types/resources/`;
Expand Down

0 comments on commit 98408de

Please sign in to comment.