[wpt-sync] Sync PR 39284 - [Critical CH] Test redirects
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox114 fixed)
| Tracking | Status | |
|---|---|---|
| firefox114 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 39284 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/39284
Details from upstream follow.
Ari Chivukula <arichiv@chromium.org> wrote:
[Critical CH] Test redirects
We need to verify behavior of critical-ch when it comes to redirects.
We need to know that the critical hints are included in the final
page except in the case of a same-origin redirect where the intermediate
and final page both have critical-hints. Any given load only restarts
once per origin so two differing critical hint sets in a single chain
won't both be respected (only the first will be).Bug: 1428593
Change-Id: Ic0f3469e26828f1196a6f7066acc5eabaea110d2
Reviewed-on: https://chromium-review.googlesource.com/4377410
WPT-Export-Revision: 22b25e42ab38fa35b256a4768b4e4f9e00459874
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 21 tests and 2 subtests
Status Summary
Firefox
OK : 21
PASS: 14
FAIL: 12
Chrome
OK : 21
PASS: 17
FAIL: 9
Safari
OK : 21
PASS: 14
FAIL: 12
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /client-hints/critical-ch/navigation.cross-origin.https.window.html [wpt.fyi]
- Critical-CH cross-origin navigation:
FAIL(Chrome:PASS, Safari:FAIL)
- Critical-CH cross-origin navigation:
- /client-hints/critical-ch/navigation.cross-origin.multiple.https.window.html [wpt.fyi]
- Critical-CH w/ multiple headers and cross-origin navigation:
FAIL(Chrome:PASS, Safari:FAIL)
- Critical-CH w/ multiple headers and cross-origin navigation:
- /client-hints/critical-ch/navigation.same-origin.https.window.html [wpt.fyi]
- Critical-CH navigation:
FAIL(Chrome:PASS, Safari:FAIL)
- Critical-CH navigation:
- /client-hints/critical-ch/navigation.same-origin.multiple.https.window.html [wpt.fyi]
- Critical-CH w/ multiple headers and navigation:
FAIL(Chrome:PASS, Safari:FAIL)
- Critical-CH w/ multiple headers and navigation:
- /client-hints/critical-ch/redirect.critical.cross-origin.https.window.html [wpt.fyi]
- Critical-CH cross-origin critical redirect:
FAIL(Chrome:PASS, Safari:FAIL)
- Critical-CH cross-origin critical redirect:
- /client-hints/critical-ch/redirect.critical.cross-origin.multiple.https.window.html [wpt.fyi]
- Critical-CH w/ multiple headers cross-origin critical redirect:
FAIL(Chrome:PASS, Safari:FAIL)
- Critical-CH w/ multiple headers cross-origin critical redirect:
- /client-hints/critical-ch/redirect.cross-origin.https.window.html [wpt.fyi]
- Critical-CH cross-origin redirect:
FAIL(Chrome:PASS, Safari:FAIL)
- Critical-CH cross-origin redirect:
- /client-hints/critical-ch/redirect.cross-origin.multiple.https.window.html [wpt.fyi]
- Critical-CH w/ multiple headers cross-origin redirect:
FAIL(Chrome:PASS, Safari:FAIL)
- Critical-CH w/ multiple headers cross-origin redirect:
- /client-hints/critical-ch/redirect.same-origin.https.window.html [wpt.fyi]
- Critical-CH redirect:
FAIL(Chrome:PASS, Safari:FAIL)
- Critical-CH redirect:
- /client-hints/critical-ch/redirect.same-origin.multiple.https.window.html [wpt.fyi]
- Critical-CH w/ multiple headers and redirect:
FAIL(Chrome:PASS, Safari:FAIL)
- Critical-CH w/ multiple headers and redirect:
- /client-hints/critical-ch/request-count.https.window.html [wpt.fyi]
- Critical-CH navigation restart:
FAIL(Chrome:FAIL, Safari:FAIL)
- Critical-CH navigation restart:
- /client-hints/critical-ch/request-count.multiple.https.window.html [wpt.fyi]
- Critical-CH w/ multiple headers and navigation restart:
FAIL(Chrome:FAIL, Safari:FAIL)
- Critical-CH w/ multiple headers and navigation restart:
Comment 4•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a57253da5860
https://hg.mozilla.org/mozilla-central/rev/2d2ed7a8ff7a
Description
•