[wpt-sync] Sync PR 42849 - Add web platform test for kAnonsStatus in reportWin().
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox121 fixed)
| Tracking | Status | |
|---|---|---|
| firefox121 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
|
70.57 KB,
text/plain
|
Details |
Sync web-platform-tests PR 42849 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/42849
Details from upstream follow.
xtlsheep <xtlsheep@google.com> wrote:
Add web platform test for kAnonsStatus in reportWin().
In the reportWin() function, KAnonStatus has four enum string values:
notCalculated, belowThreshold, passedNotEnforced, and passedAndEnforced.
The status is determined by two feature flags, namely
FledgeConsiderKAnonymity and FledgeEnforceKAnonymity, along with the
Chrome K-Anonymous server. Due to the difficulty of simulating the
Chrome K-Anonymous server in web platform tests, the current testing
covers only notCalculated and belowThreshold, while enabling or
disabling FledgeConsiderKAnonymity and FledgeEnforceKAnonymity.Bug: 292274284
Change-Id: I68e083c4075e21543b65c0a564e710a97bf06a26
Reviewed-on: https://chromium-review.googlesource.com/4985509
WPT-Export-Revision: 1a16da9ba4048337864ed91dba7323dc7be33f9d
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
Comment 5•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a1b48f5aa37c
https://hg.mozilla.org/mozilla-central/rev/d7c5dfc2e4ea
Description
•