Skip to content

Commit

Permalink
Revert "Rename Private Network Access WPTs"
Browse files Browse the repository at this point in the history
The spec has been renamed back to Private Network Access.
WICG/private-network-access#106

Also add "tentative" to file names since PNA is not shipped yet.

Bug: 1418287
Change-Id: I8285c2c3ff7b6df032d40949005f7231ccd8430b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4684226
Reviewed-by: Weizhong Xia <weizhong@google.com>
Commit-Queue: Jonathan Hao <phao@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1170027}
  • Loading branch information
johnathan79717 authored and chromium-wpt-export-bot committed Jul 13, 2023
1 parent a77fdce commit 1b4e731
Show file tree
Hide file tree
Showing 64 changed files with 18 additions and 18 deletions.
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
2 changes: 1 addition & 1 deletion fenced-frame/disallowed-navigation-to-blob.https.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<script src="/resources/testharnessreport.js"></script>
<script src="/common/utils.js"></script>
<script src="resources/utils.js"></script>
<script src="/fetch/local-network-access/resources/support.sub.js"></script>
<script src="/fetch/private-network-access/resources/support.sub.js"></script>

<body>
<script>
Expand Down
2 changes: 1 addition & 1 deletion fenced-frame/disallowed-navigation-to-data.https.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<script src="/resources/testharnessreport.js"></script>
<script src="/common/utils.js"></script>
<script src="resources/utils.js"></script>
<script src="/fetch/local-network-access/resources/support.sub.js"></script>
<script src="/fetch/private-network-access/resources/support.sub.js"></script>

<body>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script src="/common/get-host-info.sub.js"></script>
<script src="/common/utils.js"></script>
<script src="resources/utils.js"></script>
<script src="/fetch/local-network-access/resources/support.sub.js"></script>
<script src="/fetch/private-network-access/resources/support.sub.js"></script>
<script src="resources/dangling-markup-helper.js"></script>

<body>
Expand Down
2 changes: 1 addition & 1 deletion fenced-frame/disallowed-navigations.https.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script src="/common/get-host-info.sub.js"></script>
<script src="/common/utils.js"></script>
<script src="resources/utils.js"></script>
<script src="/fetch/local-network-access/resources/support.sub.js"></script>
<script src="/fetch/private-network-access/resources/support.sub.js"></script>

<body>

Expand Down
10 changes: 0 additions & 10 deletions fetch/local-network-access/README.md

This file was deleted.

File renamed without changes.
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/)
File renamed without changes.
File renamed without changes.
File renamed without changes.
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

0 comments on commit 1b4e731

Please sign in to comment.