Bug 1865944 [wpt PR 43297] - [FedCM] Rename wildcard to 'any', a=testonly

Automatic update from web-platform-tests
[FedCM] Rename wildcard to 'any'

Bug: 1440178
Change-Id: Ib6544747e6000b4ce45e6252d7288635c040046f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5049408
Reviewed-by: Yi Gu <yigu@chromium.org>
Commit-Queue: Yi Gu <yigu@chromium.org>
Commit-Queue: Nicolás Peña <npm@chromium.org>
Auto-Submit: Nicolás Peña <npm@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1227658}

--

wpt-commits: dbf866ba9c9d397174e318e698671736b2490e3c
wpt-pr: 43297
This commit is contained in:
Nicolás Peña 2023-11-23 08:50:58 +00:00 коммит произвёл moz-wptsync-bot
Родитель 5fe2aff918
Коммит f50646a476
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -49,10 +49,10 @@ fedcm_test(async t => {
fedcm_test(async t => {
let options = request_options_with_domain_hint(
'manifest_with_two_accounts.json', '*');
'manifest_with_two_accounts.json', 'any');
await select_manifest(t, options);
const cred = await fedcm_get_and_select_first_account(t, options);
assert_equals(cred.token, 'account_id=john_doe');
}, "Domain hint '*' matches an account with any domain hint.");
}, "Domain hint 'any' matches an account with any domain hint.");
</script>