[wpt-sync] Sync PR 33170 - Add redirect WPTs for Early Hints
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox100 fixed)
Tracking | Status | |
---|---|---|
firefox100 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 33170 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/33170
Details from upstream follow.
Kenichi Ishibashi <bashi@chromium.org> wrote:
Add redirect WPTs for Early Hints
These tests preload a script in Early Hints then redirect to same/cross
origins. The same origin test is currently failing. A follow-up CL will
fix the implementation.Bug: 1305896
Change-Id: Ice40f71ca77074efbdb28207cae8b23e6dacfc01
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3520777
Reviewed-by: Yutaka Hirano \<yhirano@chromium.org>
Commit-Queue: Kenichi Ishibashi \<bashi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#980997}
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 8 tests and 1 subtests
Status Summary
Firefox
OK : 8
PASS : 1
FAIL : 7
Chrome
ERROR: 8
Safari
OK : 1
PASS : 1
ERROR: 7
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/loading/early-hints/preload-initiator-type.h2.window.html
Ensure initiatorType is set to 'early-hints': FAIL
/loading/early-hints/redirect-same-origin.h2.window.html
Redirect to the same origin keeps early hints preload: FAIL
/loading/early-hints/referrer-policy-no-referrer.h2.window.html
Referrer policy: no-referrer: FAIL
/loading/early-hints/referrer-policy-origin-when-cross-origin.h2.window.html
Referrer policy: origin-when-cross-origin: FAIL
/loading/early-hints/referrer-policy-origin.h2.window.html
Referrer policy: origin: FAIL
/loading/early-hints/referrer-policy-same-origin.h2.window.html
Referrer policy: same-origin: FAIL
/loading/early-hints/referrer-policy-unsafe-url.h2.window.html
Referrer policy: unsafe-url: FAIL
Comment 6•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/18db4c12e8d1
https://hg.mozilla.org/mozilla-central/rev/b0d85cb29d7b
Description
•