Update web-platform-tests to revision 1a7d6fcf01f28389b557b20951808a8adfef7e2d

This commit is contained in:
WPT Sync Bot 2021-01-29 08:21:06 +00:00
parent cabd254509
commit 7b73751e5d
101 changed files with 1496 additions and 219 deletions

View file

@ -84,7 +84,7 @@ function define_file_picker_error_tests(showPickerMethod) {
await promise_rejects_js(t, TypeError, self[showPickerMethod]({
startIn: 'secrets',
}));
}, showPickerMethod + ': unknown common starting directory.');
}, showPickerMethod + ': unknown well-known starting directory.');
const invalid_extensions = {
'.extensiontoolong': 'extension length more than 16.',