Open
Bug 1953194
Opened 4 days ago
Updated 4 days ago
[wpt-sync] Sync PR 51262 - Add WPT for credentials matching
Categories
(Core :: CSS Parsing and Computation, task, P4)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 51262 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/51262
Details from upstream follow.
thefrog <thefrog@chromium.org> wrote:
Add WPT for credentials matching
New test: credentials-matching.https.html
Bug: 353767385
Change-Id: I342daf56d61fa74f7a61132786d20714bec6f804
Reviewed-on: https://chromium-review.googlesource.com/6333694
WPT-Export-Revision: ef4c32d652b35b4dd30a6c2d9ad2d78e7a74322b
Assignee | ||
Comment 1•4 days ago
|
||
PR 51262 applied with additional changes from upstream: 71e65a2d0fc8c0512d16380ac32d262ed17256f6, 489a2cd9121867be87013538f1123608fb10dfc2
Assignee | ||
Updated•4 days ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Assignee | ||
Comment 2•4 days ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=51f107b32fbf875755aa75de8cfc1fc9f6caeccf
Assignee | ||
Comment 3•4 days ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 12 tests and 2 subtests
Status Summary
Firefox
OK
: 12
PASS
: 1
FAIL
: 19
Chrome
OK
: 12
PASS
: 1
FAIL
: 19
Safari
OK
: 12
PASS
: 1
FAIL
: 19
Links
Details
New Tests That Don't Pass
- /device-bound-session-credentials/clear-site-data.https.html [wpt.fyi]
- An session ended with Clear-Site-Data: 'cookies' does not refresh cookies:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - An session ended with Clear-Site-Data: 'storage' does not refresh cookies:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- An session ended with Clear-Site-Data: 'cookies' does not refresh cookies:
- /device-bound-session-credentials/create-session.https.html [wpt.fyi]
- An established session can refresh a cookie:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- An established session can refresh a cookie:
- /device-bound-session-credentials/credentials-matching.https.html [wpt.fyi]
- Expires attribute in credentials doesn't affect matching:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Max-Age attribute in credentials doesn't affect matching:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - HttpOnly attribute in credentials affects matching:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - SameSite attribute in credentials affects matching:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Secure attribute in credentials affects matching:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Path attribute in credentials affects matching:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Partition attribute in credentials affects matching:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Expires attribute in credentials doesn't affect matching:
- /device-bound-session-credentials/include-site.https.html [wpt.fyi]
- An established session refreshes across sites:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- An established session refreshes across sites:
- /device-bound-session-credentials/refresh-replaces-config.https.html [wpt.fyi]
- Refresh can replace session config:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Refresh can replace session config:
- /device-bound-session-credentials/refresh-with-continue-false.https.html [wpt.fyi]
- A session ended with continue:false does not refresh cookies:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- A session ended with continue:false does not refresh cookies:
- /device-bound-session-credentials/registration-sends-challenge.https.html [wpt.fyi]
- Registration can send back Sec-Session-Challenge:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Registration can send back Sec-Session-Challenge:
- /device-bound-session-credentials/session-cookie-has-no-attributes.https.html [wpt.fyi]
- An established session can refresh a cookie that has all default attributes:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- An established session can refresh a cookie that has all default attributes:
- /device-bound-session-credentials/set-authorization.https.html [wpt.fyi]
- Session registration sends the authorization value:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Session registration sends the authorization value:
- /device-bound-session-credentials/set-early-challenge.https.html [wpt.fyi]
- A challenge can be set ahead of time:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- A challenge can be set ahead of time:
- /device-bound-session-credentials/set-scope-origin.https.html [wpt.fyi]
- A request within the scope origin refreshes:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - A request outside the scope origin does not refresh:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- A request within the scope origin refreshes:
You need to log in
before you can comment on or make changes to this bug.
Description
•