Skip to content

Commit

Permalink
Bug 1843395 [wpt PR 41022] - Revert "Rename Private Network Access WP…
Browse files Browse the repository at this point in the history
…Ts", a=testonly

Automatic update from web-platform-tests
Revert "Rename Private Network Access WPTs"

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}

--

wpt-commits: 1b4e731fff74f4cb1571b475de86d506c648b2e5
wpt-pr: 41022
  • Loading branch information
johnathan79717 authored and moz-wptsync-bot committed Jul 22, 2023
1 parent 1192b27 commit 0c2f7b5
Show file tree
Hide file tree
Showing 64 changed files with 18 additions and 18 deletions.
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
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 @@ -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
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 testing/web-platform/tests/fetch/local-network-access/README.md

This file was deleted.

10 changes: 10 additions & 0 deletions testing/web-platform/tests/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/)
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 0c2f7b5

Please sign in to comment.