From bd27527241ce74e545fba2338784479be62c1d37 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Sun, 5 Nov 2023 22:56:44 +0900 Subject: [PATCH] Update web platform tests --- scripts/get-latest-platform-tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get-latest-platform-tests.js b/scripts/get-latest-platform-tests.js index e257634..50e2401 100644 --- a/scripts/get-latest-platform-tests.js +++ b/scripts/get-latest-platform-tests.js @@ -13,7 +13,7 @@ const path = require("path"); // 1. Go to https://github.com/web-platform-tests/wpt/tree/master/url // 2. Press "y" on your keyboard to get a permalink // 3. Copy the commit hash -const commitHash = "f415bd4b89e69e270d98a0caaac7f36fde99408d"; +const commitHash = "72b915d4b3754f081ef5899bf6a777efe71b2fc5"; const urlPrefix = `https://raw.githubusercontent.com/web-platform-tests/wpt/${commitHash}/url/`; const targetDir = path.resolve(__dirname, "..", "test", "web-platform-tests");