Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 01f921063def4b0c20a70d8d54d1c207a2311e2e
https://github.com/WebKit/WebKit/commit/01f921063def4b0c20a70d8d54d1c207a2311e2e
Author: Pascoe <[email protected]>
Date: 2026-08-03 (Mon, 03 Aug 2026)
Changed paths:
M LayoutTests/TestExpectations
M
LayoutTests/http/wpt/identity/digital-credential-openid4vp-request-parsing.https.html
Log Message:
-----------
REGRESSION(318122@main):
http/wpt/identity/digital-credential-openid4vp-request-parsing.https.html is
consistently failing
https://bugs.webkit.org/show_bug.cgi?id=320546
rdar://problem/183718878
Reviewed by Marcos Caceres.
318122@main moved the transient activation consumption before request
serialization so that a page cannot probe whether its request data is
serializable without spending its user activation. The OpenID4VP
request-parsing tests relied on the TypeError from malformed dictionary
members firing before the activation gate -- which is no longer the
case. Provide user activation via test_driver.bless() so the tests
reach the convertDictionary() validation path.
* LayoutTests/TestExpectations:
*
LayoutTests/http/wpt/identity/digital-credential-openid4vp-request-parsing.https.html:
*
LayoutTests/http/wpt/identity/digital-credential-openid4vp-request-parsing-disabled.https.html:
Canonical link: https://commits.webkit.org/318460@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications