From 7ecd06a8ed6c4216ce7dbb7f0c128ff6c8de0178 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Wed, 1 Feb 2017 08:38:41 -0800 Subject: [PATCH] Sync with latest web-platform-tests See https://github.com/w3c/web-platform-tests/pull/4693. --- 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 66ffc42..9bf2d80 100644 --- a/scripts/get-latest-platform-tests.js +++ b/scripts/get-latest-platform-tests.js @@ -14,7 +14,7 @@ const request = require("request"); // 1. Go to https://github.com/w3c/web-platform-tests/tree/master/url // 2. Press "y" on your keyboard to get a permalink // 3. Copy the commit hash -const commitHash = "cd5cce9780f84cee679919679b8199084ea96d54"; +const commitHash = "8be87380efb01f5fde485511b8df80fce93090d5"; const sourceURL = `https://raw.githubusercontent.com/w3c/web-platform-tests/${commitHash}/url/urltestdata.json`; const setterSourceURL = `https://raw.githubusercontent.com/w3c/web-platform-tests/${commitHash}/url/setters_tests.json`;