[wpt-sync] Sync PR 29532 - [Private Network Access] Test all address space combinations with WPTs.
Categories
(Core :: DOM: Networking, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox91 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 29532 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/29532
Details from upstream follow.
b'Titouan Rigoudy <titouan@chromium.org>' wrote:
[Private Network Access] Test all address space combinations with WPTs.
Refactor tests to look more declarative, and delegate execution to a
centralfetchTest()helper. This hopefully allows checking that all
cases are covered more easily.Bug: chromium:1138904
Change-Id: I0454cc55baa9f681390c1459bb9e39eb9398b8be
Reviewed-on: https://chromium-review.googlesource.com/2994505
WPT-Export-Revision: 9127b13610dd333b8af40a4ca98600a9b226a5a2
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
| Assignee | ||
Comment 4•5 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 12 subtests
Status Summary
Firefox
OK : 2
PASS: 19
FAIL: 8
Chrome
OK : 2
PASS: 27
Safari
OK : 2
PASS: 19
FAIL: 8
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/fetch/private-network-access/non-secure-context.window.html
Private non-secure context cannot fetch local subresource.: FAIL (Chrome: PASS, Safari: FAIL)
Public non-secure context cannot fetch local subresource.: FAIL (Chrome: PASS, Safari: FAIL)
Public non-secure context cannot fetch private subresource.: FAIL (Chrome: PASS, Safari: FAIL)
Treat-as-public-address non-secure context cannot fetch local subresource.: FAIL (Chrome: PASS, Safari: FAIL)
Treat-as-public-address non-secure context cannot fetch private subresource.: FAIL (Chrome: PASS, Safari: FAIL)
Private HTTPS non-secure context cannot fetch local subresource.: FAIL (Chrome: PASS, Safari: FAIL)
Public HTTPS non-secure context cannot fetch local subresource.: FAIL (Chrome: PASS, Safari: FAIL)
Public HTTPS non-secure context cannot fetch private subresource.: FAIL (Chrome: PASS, Safari: FAIL)
Comment 6•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/3490ea4b830f
https://hg.mozilla.org/mozilla-central/rev/6f26bc2810a9
Description
•