Skip to content

Commit

Permalink
[FedCM] Rename wildcard to 'any'
Browse files Browse the repository at this point in the history
Bug: 1440178
Change-Id: Ib6544747e6000b4ce45e6252d7288635c040046f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5049408
Reviewed-by: Yi Gu <[email protected]>
Commit-Queue: Yi Gu <[email protected]>
Commit-Queue: Nicolás Peña <[email protected]>
Auto-Submit: Nicolás Peña <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1227658}
  • Loading branch information
npm1 authored and chromium-wpt-export-bot committed Nov 21, 2023
1 parent fff8933 commit dbf866b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions credential-management/fedcm-domainhint.https.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@

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>

0 comments on commit dbf866b

Please sign in to comment.