[wpt-sync] Sync PR 40815 - [Client Hints] Support custom Clear-Site-Data method
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox117 fixed)
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 40815 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/40815
Details from upstream follow.
Ari Chivukula <arichiv@chromium.org> wrote:
[Client Hints] Support custom Clear-Site-Data method
Let's add a (disabled by default) method to target just client hints for
clearing. This is per the proposed spec change:
https://github.com/w3c/webappsec-clear-site-data/pull/74Bug: 1458394
Change-Id: Iae52b86d68bd6c0f81a9886c6ee29b7245d6915a
Reviewed-on: https://chromium-review.googlesource.com/4652839
WPT-Export-Revision: 656ee97f3ed439b7223790f6129f55dbb3939cad
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Assignee | ||
Comment 4•2 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 5 tests and 1 subtests
Status Summary
Firefox
OK
: 5
FAIL
: 5
Chrome
OK
: 5
PASS
: 3
FAIL
: 2
Safari
OK
: 5
FAIL
: 5
Links
Details
New Tests That Don't Pass
- /client-hints/clear-site-data/clear-site-data-all.https.html [wpt.fyi]
- Clear-Site-Data for * should remove all client hints.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Clear-Site-Data for * should remove all client hints.:
- /client-hints/clear-site-data/clear-site-data-cache.https.html [wpt.fyi]
- Clear-Site-Data for cache should remove all client hints.:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Clear-Site-Data for cache should remove all client hints.:
- /client-hints/clear-site-data/clear-site-data-client-hints.https.html [wpt.fyi]
- Clear-Site-Data for clientHints should remove all client hints.:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Clear-Site-Data for clientHints should remove all client hints.:
- /client-hints/clear-site-data/clear-site-data-cookies.https.html [wpt.fyi]
- Clear-Site-Data for cookies should remove all client hints.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Clear-Site-Data for cookies should remove all client hints.:
- /client-hints/clear-site-data/clear-site-data-storage.https.html [wpt.fyi]
- Clear-Site-Data for storage should not remove all client hints.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Clear-Site-Data for storage should not remove all client hints.:
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d3360fa0d016
https://hg.mozilla.org/mozilla-central/rev/1a5a6178c877
Description
•