[wpt-sync] Sync PR 23052 - Fix unintentional case-sensitivity for COEP header parsing
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 23052 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/23052
Details from upstream follow.
Yutaka Hirano <yhirano@chromium.org> wrote:
Fix unintentional case-sensitivity for COEP header parsing
https://crrev.com/c/2132902 introduced case-sensitivity unintentionally.
Fix it.Having a test for COEP header parsing for responses coming from service
workers in reporting.https.html is not good. Create a separate test
file and remove the corresponding test case from reporting.https.html.Bug: 887967
Change-Id: I50da8ee5e38162fbb81699fc1c55f5b4cb9cd903
Reviewed-on: https://chromium-review.googlesource.com/2154364
WPT-Export-Revision: a83eabdb8147e14dc33669e60f862cb401ce04db
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 61 tests
Status Summary
Firefox
OK : 2
PASS: 11[GitHub] 70[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-asan-opt, 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]
FAIL: 9
Chrome
OK : 2
PASS: 11
FAIL: 9
Safari
OK : 2
PASS: 8
FAIL: 12
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/html/cross-origin-embedder-policy/reporting.https.html
navigation CORP: FAIL (Chrome: FAIL, Safari: FAIL)
subresource CORP in an iframe hosted by a service worker without COEP: FAIL (Chrome: FAIL, Safari: FAIL)
subresource CORP: FAIL (Chrome: FAIL, Safari: FAIL)
CORP for subresource requests initiated from a service worker: FAIL (Chrome: FAIL, Safari: FAIL)
subresource requests initiated from DedicatedWorker controlled by a passthrough service worker: FAIL (Chrome: FAIL, Safari: FAIL)
COEP violation on nested frame navigation: FAIL (Chrome: FAIL, Safari: FAIL)
subresource requests initiated from DedicatedWorker: FAIL (Chrome: FAIL, Safari: FAIL)
/html/cross-origin-embedder-policy/coep-on-response-from-service-worker.https.html
making a cross-origin request for no CORP: FAIL (Chrome: FAIL, Safari: FAIL)
making a cross-origin request for no CORP [PASS THROUGH]: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/16ba2882c9f0
https://hg.mozilla.org/mozilla-central/rev/e4c602f06df9
Description
•