[wpt-sync] Sync PR 34416 - [Delegate-CH] (1) Add support to chromium
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox104 fixed)
| Tracking | Status | |
|---|---|---|
| firefox104 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream error])
Sync web-platform-tests PR 34416 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34416
Details from upstream follow.
Ari Chivukula <arichiv@chromium.org> wrote:
[Delegate-CH] (1) Add support to chromium
This adds support for the delegate-ch meta tag. It works like the
accept-ch meta tag, except it uses the same syntax as the allow iframe
attribute. https://github.com/WICG/client-hints-infrastructure/issues/108This CL is part of a series:
(1) Add support to chromium
(2) Add tests to devtoolsCommit: false
Bug: 1334152
Change-Id: I19ce426da8a0aa158aad1fde24f3bd4f19581c52
Reviewed-on: https://chromium-review.googlesource.com/3702967
WPT-Export-Revision: 508bd25e628fefd944eb46feeb22e2b2900aadbb
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 45 tests and 1 subtests
Status Summary
Firefox
OK : 45
PASS: 104
FAIL: 15
Chrome
OK : 45
PASS: 115
FAIL: 4
Safari
OK : 45
PASS: 104
FAIL: 15
Links
Details
New Tests That Don't Pass
- /client-hints/accept-ch-stickiness/cross-origin-iframe-redirect-with-fp-delegation.https.html [wpt.fyi]
- Iframe redirect with Feature Policy delegation got client hints according to expectations.:
FAIL(Chrome:PASS, Safari:FAIL)
- Iframe redirect with Feature Policy delegation got client hints according to expectations.:
- /client-hints/accept-ch-stickiness/cross-origin-navigation.https.html [wpt.fyi]
- cross origin navigation got client hints according to expectations.:
FAIL(Chrome:PASS, Safari:FAIL)
- cross origin navigation got client hints according to expectations.:
- /client-hints/accept-ch-stickiness/cross-origin-subresource-redirect-with-fp-delegation.https.html [wpt.fyi]
- cross-origin subresource redirect with Feature Policy delegation got client hints according to expectations.:
FAIL(Chrome:PASS, Safari:FAIL)
- cross-origin subresource redirect with Feature Policy delegation got client hints according to expectations.:
- /client-hints/accept-ch-stickiness/cross-origin-subresource-with-feature-policy.https.html [wpt.fyi]
- cross origin subresources authorized by FP gets it own resources got client hints according to expectations.:
FAIL(Chrome:PASS, Safari:FAIL)
- cross origin subresources authorized by FP gets it own resources got client hints according to expectations.:
- /client-hints/accept-ch-stickiness/meta-equiv-delegate-ch-cross-origin-iframe-with-hints.https.sub.html [wpt.fyi]
- meta-equiv cross origin iframe with hints got client hints according to expectations.:
FAIL(Chrome:FAIL, Safari:FAIL)
- meta-equiv cross origin iframe with hints got client hints according to expectations.:
- /client-hints/accept-ch-stickiness/meta-equiv-delegate-ch-cross-origin-subresource-with-hints.https.sub.html [wpt.fyi]
- meta-equiv cross origin subresource with hints got client hints according to expectations.:
FAIL(Chrome:FAIL, Safari:FAIL)
- meta-equiv cross origin subresource with hints got client hints according to expectations.:
- /client-hints/accept-ch-stickiness/meta-name-accept-ch-cross-origin-iframe-with-hints.https.sub.html [wpt.fyi]
- meta-name cross origin iframe with hints got client hints according to expectations.:
FAIL(Chrome:PASS, Safari:FAIL)
- meta-name cross origin iframe with hints got client hints according to expectations.:
- /client-hints/accept-ch-stickiness/meta-name-accept-ch-cross-origin-subresource-with-hints.https.sub.html [wpt.fyi]
- meta-name cross origin subresource with hints got client hints according to expectations.:
FAIL(Chrome:PASS, Safari:FAIL)
- meta-name cross origin subresource with hints got client hints according to expectations.:
- /client-hints/accept-ch-stickiness/same-origin-navigation-no-accept-ch.https.html [wpt.fyi]
- empty-ch on navigation got client hints according to expectations.:
FAIL(Chrome:PASS, Safari:FAIL)
- empty-ch on navigation got client hints according to expectations.:
- /client-hints/accept-ch-stickiness/same-origin-navigation-redirect.https.html [wpt.fyi]
- redirect on navigation got client hints according to expectations.:
FAIL(Chrome:PASS, Safari:FAIL)
- redirect on navigation got client hints according to expectations.:
- /client-hints/accept-ch-stickiness/same-origin-navigation.https.html [wpt.fyi]
- same origin navigation got client hints according to expectations.:
FAIL(Chrome:PASS, Safari:FAIL)
- same origin navigation got client hints according to expectations.:
- /client-hints/accept-ch-stickiness/same-origin-subresource-redirect-opted-in.https.html [wpt.fyi]
- same-origin subresource redirect with opt-in got client hints according to expectations.:
FAIL(Chrome:PASS, Safari:FAIL)
- same-origin subresource redirect with opt-in got client hints according to expectations.:
- /client-hints/meta-equiv-delegate-ch-iframe.https.html [wpt.fyi]
- Client hints loaded on same-origin iframe include hints with a default permissions policy of self and *.:
FAIL(Chrome:FAIL, Safari:FAIL) - Client hints loaded on cross-origin iframe only include hints with a default permissions policy of *.:
FAIL(Chrome:PASS, Safari:FAIL)
- Client hints loaded on same-origin iframe include hints with a default permissions policy of self and *.:
- /client-hints/meta-equiv-delegate-ch-merge.https.html [wpt.fyi]
- Delegate-CH header test:
FAIL(Chrome:FAIL, Safari:FAIL)
- Delegate-CH header test:
Comment 4•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/3ee288fcda6d
https://hg.mozilla.org/mozilla-central/rev/3cfeafcad7be
Description
•