[wpt-sync] Sync PR 25177 - Fix COEP reporting tests
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 25177 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/25177
Details from upstream follow.
Yutaka Hirano <yhirano@chromium.org> wrote:
Fix COEP reporting tests
This is for whatwg/html#5848.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 7 tests and 21 subtests
Status Summary
Firefox
OK : 6
PASS : 22
FAIL : 34
TIMEOUT: 2
NOTRUN : 1
Chrome
OK : 7
PASS : 22
FAIL : 36
Safari
OK : 4
FAIL : 45
TIMEOUT: 4
ERROR : 2
NOTRUN : 10
Links
Details
Firefox-only Failures
/html/cross-origin-embedder-policy/cache-storage-reporting-document.https.html: TIMEOUT linked bug:Bug 1649264
New Tests That Don't Pass
/html/cross-origin-embedder-policy/reporting-to-endpoint.https.html
navigation CORP: FAIL (Chrome: FAIL, Safari: FAIL)
COEP violation on nested frame navigation: FAIL (Chrome: FAIL, Safari: FAIL)
subresource CORP: FAIL (Chrome: FAIL, Safari: FAIL)
/html/cross-origin-embedder-policy/cache-storage-reporting-shared-worker.https.html
COEP-Report-Only support on SharedWorker.: FAIL (Chrome: FAIL, Safari: FAIL)
COEP support on SharedWorker.: FAIL (Chrome: FAIL, Safari: FAIL)
/html/cross-origin-embedder-policy/cache-storage-reporting-document.https.html: TIMEOUT (Chrome: OK, Safari: OK)
COEP support on document.: TIMEOUT (Chrome: FAIL, Safari: FAIL)
COEP-Report-Only support on document.: NOTRUN (Chrome: FAIL, Safari: FAIL)
/html/cross-origin-embedder-policy/cache-storage-reporting-service-worker.https.html
COEP support on ServiceWorker.: FAIL (Chrome: FAIL, Safari: TIMEOUT)
COEP-Report-Only support on ServiceWorker.: FAIL (Chrome: FAIL, Safari: NOTRUN)
/html/cross-origin-embedder-policy/cache-storage-reporting-dedicated-worker.https.html
COEP support on DedicatedWorker.: FAIL (Chrome: FAIL, Safari: TIMEOUT)
COEP-Report-Only support on DedicatedWorker.: FAIL (Chrome: FAIL, Safari: NOTRUN)
/html/cross-origin-embedder-policy/reporting-navigation.https.html
parent: |header(cross-origin-embedder-policy-report-only,require-corp), target: |header(cross-origin-embedder-policy,require-corp), with empty frame: true: FAIL (Chrome: FAIL, Safari: FAIL)
parent: |header(cross-origin-embedder-policy-report-only,require-corp), target: |header(cross-origin-resource-policy,cross-origin), with empty frame: true: FAIL (Chrome: FAIL, Safari: FAIL)
parent: |header(cross-origin-embedder-policy,require-corp), target: |header(cross-origin-embedder-policy-report-only,require-corp)|header(cross-origin-resource-policy,cross-origin), with empty frame: true: FAIL (Chrome: FAIL, Safari: FAIL)
parent: |header(cross-origin-embedder-policy-report-only,require-corp), target: |header(cross-origin-resource-policy,cross-origin), with empty frame: false: FAIL (Chrome: FAIL, Safari: FAIL)
parent: |header(cross-origin-embedder-policy,require-corp), target: |header(cross-origin-embedder-policy,require-corp), with empty frame: false: FAIL (Chrome: FAIL, Safari: FAIL)
parent: |header(cross-origin-embedder-policy,require-corp), target: |header(cross-origin-embedder-policy-report-only,require-corp)|header(cross-origin-resource-policy,cross-origin), with empty frame: false: FAIL (Chrome: FAIL, Safari: FAIL)
parent: |header(cross-origin-embedder-policy-report-only,require-corp), target: |header(cross-origin-embedder-policy,require-corp), with empty frame: false: FAIL (Chrome: FAIL, Safari: FAIL)
parent: |header(cross-origin-embedder-policy,require-corp), target: |header(cross-origin-resource-policy,cross-origin), with empty frame: true: FAIL (Chrome: FAIL, Safari: FAIL)
parent: |header(cross-origin-embedder-policy,require-corp), target: |header(cross-origin-resource-policy,cross-origin), with empty frame: false: FAIL (Chrome: FAIL, Safari: FAIL)
parent: |header(cross-origin-embedder-policy,require-corp), target: (none), with empty frame: false: FAIL (Chrome: FAIL, Safari: FAIL)
parent: |header(cross-origin-embedder-policy-report-only,require-corp), target: (none), with empty frame: false: FAIL (Chrome: FAIL, Safari: FAIL)
parent: |header(cross-origin-embedder-policy,require-corp), target: |header(cross-origin-embedder-policy,require-corp), with empty frame: true: FAIL (Chrome: FAIL, Safari: FAIL)
parent: |header(cross-origin-embedder-policy-report-only,require-corp), target: (none), with empty frame: true: FAIL (Chrome: FAIL, Safari: FAIL)
parent: |header(cross-origin-embedder-policy,require-corp), target: (none), with empty frame: true: FAIL (Chrome: FAIL, Safari: FAIL)
/html/cross-origin-embedder-policy/reporting-subresource-corp.https.html
[shared worker] blocked due to COEP: FAIL (Chrome: FAIL, Safari: FAIL)
[document] blocked during redirect: FAIL (Chrome: FAIL, Safari: FAIL)
[dedicated worker] blocked due to COEP: FAIL (Chrome: FAIL, Safari: FAIL)
[dedicated worker] blocked during redirect: FAIL (Chrome: FAIL, Safari: FAIL)
[service worker] blocked due to COEP: FAIL (Chrome: FAIL, Safari: NOTRUN)
[between service worker and page] blocked due to COEP: FAIL (Chrome: FAIL, Safari: NOTRUN)
[document] blocked due to COEP: FAIL (Chrome: FAIL, Safari: FAIL)
[shared worker] blocked during redirect: FAIL (Chrome: FAIL, Safari: FAIL)
[between service worker and page] blocked during redirect: FAIL (Chrome: FAIL, Safari: NOTRUN)
destination: script: FAIL (Chrome: FAIL, Safari: NOTRUN)
[service worker] blocked during redirect: FAIL (Chrome: FAIL, Safari: NOTRUN)
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/cf7b95e1841c
https://hg.mozilla.org/mozilla-central/rev/3ab75d9dc47d
Description
•