Skip to content

Commit

Permalink
Move digital-credentials transient user activation to wpt_internal
Browse files Browse the repository at this point in the history
This CL moves digital-credentials transient user activation to
wpt_internal directory because transient user activation requirement
is not yet in digital credential spec.

BUG=None

Change-Id: I132412f0da5c4011be119dcd2d03675368f93f55
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5675967
Reviewed-by: Nicolás Peña <npm@chromium.org>
Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1322821}
  • Loading branch information
pkotwicz authored and chromium-wpt-export-bot committed Jul 3, 2024
1 parent a2486bb commit 60939fe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions digital-credentials/identity-get.tentative.https.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@

// Requires browser to have mode where OS-presented digital-identity-prompt is
// bypassed in favour of returning "fake_test_token" directly.
promise_test(async t=>{
assert_false(navigator.userActivation.isActive);
let request = buildValidNavigatorIdentityRequest();
await promise_rejects_dom(t, "NetworkError", navigator.identity.get(request));
}, "navigator.identity.get() fails if the page doesn't have user activation");

promise_test(async t => {
let request = buildValidNavigatorIdentityRequest();
Expand Down

0 comments on commit 60939fe

Please sign in to comment.