Skip to content

Commit

Permalink
Bug 1865944 [wpt PR 43297] - [FedCM] Rename wildcard to 'any', a=test…
Browse files Browse the repository at this point in the history
…only

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 <[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}

--

wpt-commits: dbf866ba9c9d397174e318e698671736b2490e3c
wpt-pr: 43297
  • Loading branch information
npm1 authored and moz-wptsync-bot committed Nov 26, 2023
1 parent 445a7c8 commit 1fe2c9e
Showing 1 changed file with 2 additions and 2 deletions.
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 1fe2c9e

Please sign in to comment.