[wpt-sync] Sync PR 25841 - Remove 'signed' from send-srr and srr-token-redemption.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox84 fixed)
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 25841 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/25841
Details from upstream follow.
b'Steven Valdez <svaldez@chromium.org>' wrote:
Remove 'signed' from send-srr and srr-token-redemption.
As part of the generalization of the Trust Token redemption record,
the protocol no longer specifies these as needing to be 'signed', so
the API types are updated to match, from send-srr to send-rr and
srr-token-redemption to rr-token-redemption.Design: https://docs.google.com/document/d/1-4n1RLaJs8ANw34TsS6BVt7ARa7lK70F6aHFG2CL3Rc/edit#heading=h.6a92f2gfl9le
Bug: 1133310
Change-Id: Id6d668d10f59f3f0eac6a8f423e7c9a59134f2de
Reviewed-on: https://chromium-review.googlesource.com/2437697
WPT-Export-Revision: 1be0909dc3309b169651d49c139847c6975b2729
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 14 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests and 3 subtests
Status Summary
Firefox
OK : 4
PASS: 9
FAIL: 17
Chrome
OK : 4
PASS: 9
FAIL: 17
Safari
OK : 4
PASS: 9
FAIL: 17
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/trust-tokens/trust-token-parameter-validation-xhr.tentative.https.html
Setting XHR Trust Tokens parameters requires that the XHR request be open.: FAIL (Chrome: FAIL, Safari: FAIL)
Setting XHR Trust Tokens parameters requires that the XHR request not have been sent.: FAIL (Chrome: FAIL, Safari: FAIL)
Since localhost URLs are potentially trustworthy, setting an issuer to localhost should succeed.: FAIL (Chrome: FAIL, Safari: FAIL)
/trust-tokens/trust-token-parameter-validation.tentative.https.html
Trust Tokens fetches require present type
values.: FAIL (Chrome: FAIL, Safari: FAIL)
Trust Tokens fetches require valid type
values.: FAIL (Chrome: FAIL, Safari: FAIL)
Trust Tokens fetches require valid signRequestData
values, if provided.: FAIL (Chrome: FAIL, Safari: FAIL)
Trust Tokens fetches require valid refreshPolicy:
values, if provided.: FAIL (Chrome: FAIL, Safari: FAIL)
Trust Tokens signing operations require at least one issuer URL: FAIL (Chrome: FAIL, Safari: FAIL)
Trust Tokens signing operations require string issuer URLs, if provided.: FAIL (Chrome: FAIL, Safari: FAIL)
Trust Tokens signing operations require valid issuer URLs, if provided.: FAIL (Chrome: FAIL, Safari: FAIL)
Trust Tokens fetches require secure issuer URLs, if provided.: FAIL (Chrome: FAIL, Safari: FAIL)
/feature-policy/experimental-features/trust-token-redemption-default-feature-policy.tentative.https.sub.html
Default "trust-token-redemption" feature policy ["self"] allows the top-level document.: FAIL (Chrome: FAIL, Safari: FAIL)
Default "trust-token-redemption" feature policy ["self"] allows same-origin iframes.: FAIL (Chrome: FAIL, Safari: FAIL)
Default "trust-token-redemption" feature policy ["self"] disallows cross-origin iframes.: FAIL (Chrome: FAIL, Safari: FAIL)
/permissions-policy/experimental-features/trust-token-redemption-default-permissions-policy.tentative.https.sub.html
Default "trust-token-redemption" permissions policy ["self"] allows the top-level document.: FAIL (Chrome: FAIL, Safari: FAIL)
Default "trust-token-redemption" permissions policy ["self"] allows same-origin iframes.: FAIL (Chrome: FAIL, Safari: FAIL)
Default "trust-token-redemption" permissions policy ["self"] disallows cross-origin iframes.: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•4 years ago
|
||
bugherder |
Description
•