[wpt-sync] Sync PR 24343 - [html] Omit empty COOP/COEP reporting HTTP headers
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 24343 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/24343
Details from upstream follow.
Mike Pennisi <mike@mikepennisi.com> wrote:
[html] Omit empty COOP/COEP reporting HTTP headers
Prior to this patch, when a test made a request to the
coop-coep.py
and did not specify a desired value for the "report only" headers, the
response would include the headers without values.Only include "report only" headers when they have been explicitly
specified. Should tests require empty values for these headers (as in
the original behavior), they may specify query string parameters without
values, e.g.coop-coep.py?coop-report-only=
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=49a70eba244c74c0616f183a4a8147dd59dad096
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 11 tests and 1 subtests
Status Summary
Firefox
OK : 11
PASS: 38[Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] 39[GitHub]
Chrome
OK : 11
PASS: 38
FAIL: 1
Safari
OK : 11
PASS: 1
FAIL: 38
Links
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/04763d56500e [wpt PR 24343] - [html] Omit empty COOP/COEP reporting HTTP headers, a=testonly
Comment 4•3 years ago
|
||
bugherder |
Description
•