Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "[Local Network Access] Rename private to local in WPTs" #40948

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/writing-tests/making-a-testing-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ that looks on a UNIX-like command line:

$ ls fetch
api/ DIR_METADATA OWNERS
connection-pool/ h1-parsing/ local-network-access/
connection-pool/ h1-parsing/ private-network-access/
content-encoding/ http-cache/ range/
content-length/ images/ README.md
content-type/ metadata/ redirect-navigate/
Expand Down
10 changes: 0 additions & 10 deletions fetch/local-network-access/README.md

This file was deleted.

10 changes: 10 additions & 0 deletions fetch/private-network-access/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Private Network Access tests

This directory contains tests for Private Network Access' integration with
the Fetch specification.

See also:

* [The specification](https://wicg.github.io/private-network-access/)
* [The repository](https://github.com/WICG/private-network-access/)
* [Open issues](https://github.com/WICG/private-network-access/issues/)
6 changes: 3 additions & 3 deletions infrastructure/assumptions/non-local-ports.sub.window.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
// See the corresponding WPT RFC:
// https://github.com/web-platform-tests/rfcs/blob/master/rfcs/address_space_overrides.md
//
// These ports are used to test the Local Network Access specification:
// https://wicg.github.io/local-network-access/
// These ports are used to test the Private Network Access specification:
// https://wicg.github.io/private-network-access/
//
// More tests can be found in `fetch/local-network-access/`.
// More tests can be found in `fetch/private-network-access/`.

const alternatePorts = {
httpPrivate: "{{ports[http-private][0]}}",
Expand Down