[wpt-sync] Sync PR 19464 - [client hints] Apply Feature Policy on 3rd party iframe navigations
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox72 fixed)
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 19464 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/19464
Details from upstream follow.
Yoav Weiss <yoavweiss@chromium.org> wrote:
[client hints] Apply Feature Policy on 3rd party iframe navigations
** Do not review - WIP**
Feature Policy control over Client Hints in 3rd party contexts
currently only works (behind a flag) for subresources.This CL makes applies that control also over 3rd party iframe
navigation requests.Bug: 989898
Change-Id: I17ce2af93c9b2f9a3f10972b6b4e0ed8161f9381Reviewed-on: https://chromium-review.googlesource.com/1728577
WPT-Export-Revision: c556d4f99a5b16fab3269dd29f01b0c87311132b
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 6•5 years ago
|
||
Assignee | ||
Comment 7•5 years ago
|
||
Assignee | ||
Comment 8•5 years ago
|
||
Assignee | ||
Comment 9•5 years ago
|
||
Assignee | ||
Comment 10•5 years ago
|
||
Assignee | ||
Comment 11•5 years ago
|
||
Assignee | ||
Comment 12•5 years ago
|
||
Assignee | ||
Comment 13•5 years ago
|
||
Assignee | ||
Comment 14•5 years ago
|
||
Assignee | ||
Comment 15•5 years ago
|
||
Assignee | ||
Comment 16•5 years ago
|
||
Assignee | ||
Comment 17•5 years ago
|
||
Assignee | ||
Comment 18•5 years ago
|
||
Assignee | ||
Comment 19•5 years ago
|
||
Assignee | ||
Comment 20•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 21•5 years ago
|
||
Assignee | ||
Comment 22•5 years ago
|
||
GitHub CI Results
wpt.fyi PR Results Base Results
Ran 2 tests and 6 subtests
Firefox
OK : 2
PASS: 2
FAIL: 4
Chrome
OK : 2
PASS: 3
FAIL: 3
Safari
OK : 2
PASS: 2
FAIL: 4
New tests that's don't pass
/client-hints/accept-ch-feature-policy-navigation.https.html
Client hints loaded on cross-origin iframe request with feature policy.: Firefox: FAIL, Chrome: FAIL, Safari: FAIL
Client hints loaded on same-origin iframe request with feature policy.: Firefox: FAIL, Chrome: FAIL, Safari: FAIL
Client hints loaded on cross-origin iframe request with feature policy after attempting to set independently.: Firefox: FAIL, Chrome: FAIL, Safari: FAIL
/client-hints/accept-ch-no-feature-policy-navigation.https.html
Client hints loaded on same-origin iframe request with no feature policy.: Firefox: FAIL, Chrome: PASS, Safari: FAIL
Comment 23•5 years ago
|
||
Comment 24•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/45d52de0a675
https://hg.mozilla.org/mozilla-central/rev/b1b80da891c5
Description
•