Skip to content

Commit 3211c4a

Browse files
authored
Point at wpt.live instead of w3c-test.org (#33579)
Point at wpt.live instead of w3c-test.org
1 parent 2d6e497 commit 3211c4a

File tree

6 files changed

+10
-32
lines changed

6 files changed

+10
-32
lines changed

IndexedDB/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This directory contains the Indexed Database API test suite.
22

3-
To run the tests in this test suite within a browser, go to: <https://w3c-test.org/IndexedDB/>.
3+
To run the tests in this test suite within a browser, go to: <https://wpt.live/IndexedDB/>.
44

55
The latest Editor's Draft of Indexed Database API is: <https://w3c.github.io/IndexedDB/>.
66

docs/writing-tests/general-guidelines.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,12 @@ should be used.
159159

160160
### Be Self-Contained
161161

162-
Tests must not depend on external network resources, including
163-
w3c-test.org. When these tests are run on CI systems they are
164-
typically configured with access to external resources disabled, so
165-
tests that try to access them will fail. Where tests want to use
166-
multiple hosts this is possible through a known set of subdomains and
167-
the [text substitution features of wptserve](server-features).
162+
Tests must not depend on external network resources. When these tests
163+
are run on CI systems, they are typically configured with access to
164+
external resources disabled, so tests that try to access them will
165+
fail. Where tests want to use multiple hosts, this is possible through
166+
a known set of subdomains and the [text substitution features of
167+
wptserve](server-features).
168168

169169

170170
### Be Self-Describing

docs/writing-tests/submission-process.md

-22
Original file line numberDiff line numberDiff line change
@@ -35,28 +35,6 @@ channel][matrix] if you have an issue. There is no need to announce
3535
your review request; as soon as you make a Pull Request, GitHub will
3636
inform interested parties.
3737

38-
## Previews
39-
40-
The website [http://w3c-test.org](http://w3c-test.org) exists to help
41-
contributors demonstrate their proposed changes to others. If you are [a GitHub
42-
collaborator](https://help.github.com/en/articles/permission-levels-for-a-user-account-repository)
43-
on WPT, then the content of your pull requests will be available at
44-
`http://w3c-test.org/submissions/{{pull request ID}}`, where "pull request ID"
45-
is the numeric identifier for the pull request.
46-
47-
For example, a pull request at https://github.com/web-platform-tests/wpt/pull/3
48-
has a pull request ID `3`. Its contents can be viewed at
49-
http://w3c-test.org/submissions/3.
50-
51-
If you are *not* a GitHub collaborator, then your submission may be made
52-
available if a collaborator makes the following comment on your pull request:
53-
"w3c-test:mirror".
54-
55-
Previews are not created automatically for non-collaborators because the WPT
56-
server will execute Python code in the mirrored submissions. Collaborators are
57-
encouraged to enable the preview by making the special comment only if they
58-
trust the authors not to submit malicious code.
59-
6038
[repo]: https://github.com/web-platform-tests/wpt/
6139
[github flow]: https://guides.github.com/introduction/flow/
6240
[public-test-infra]: https://lists.w3.org/Archives/Public/public-test-infra/

entries-api/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ Tests for the [Files and Directory Entries API](https://github.com/wicg/entries-
55

66
Unfortunately, most of the tests are **manual** and require drag-and-drop of test
77
data files, which can be found in the `entries-api/support` directory. The tests
8-
can be run via [w3c-test.org](http://w3c-test.org/entries-api/), but a local clone
8+
can be run via [wpt.live](http://wpt.live/entries-api/), but a local clone
99
of the repo is required for access to the test data files.

storage/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This directory contains the Storage test suite.
22

3-
To run the tests in this test suite within a browser, go to: <https://w3c-test.org/storage/>.
3+
To run the tests in this test suite within a browser, go to: <https://wpt.live/storage/>.
44

55
The living standard is: <https://storage.spec.whatwg.org/>
66

uievents/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
To run the UIEvents tests, go to:
22

3-
http://w3c-test.org/uievents/order-of-events/mouse-events/
3+
http://wpt.live/uievents/order-of-events/mouse-events/

0 commit comments

Comments
 (0)