diff --git a/components/git/wpt.js b/components/git/wpt.js index b3ab6945..d65b0f26 100644 --- a/components/git/wpt.js +++ b/components/git/wpt.js @@ -48,7 +48,9 @@ async function main(argv) { let supported = [ 'dom', 'html', - 'webcrypto' + 'webcrypto', + 'webcrypto-secure-curves', + 'webcrypto-modern-algos', ]; if (fs.existsSync(statusFolder)) { const jsons = fs.readdirSync(statusFolder);