Skip to content

Commit

Permalink
Point at wpt.live instead of w3c-test.org (#33579)
Browse files Browse the repository at this point in the history
Point at wpt.live instead of w3c-test.org
  • Loading branch information
foolip authored Apr 9, 2022
1 parent 2d6e497 commit 3211c4a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 32 deletions.
2 changes: 1 addition & 1 deletion IndexedDB/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This directory contains the Indexed Database API test suite.

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

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

Expand Down
12 changes: 6 additions & 6 deletions docs/writing-tests/general-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,12 @@ should be used.

### Be Self-Contained

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


### Be Self-Describing
Expand Down
22 changes: 0 additions & 22 deletions docs/writing-tests/submission-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,28 +35,6 @@ channel][matrix] if you have an issue. There is no need to announce
your review request; as soon as you make a Pull Request, GitHub will
inform interested parties.

## Previews

The website [http://w3c-test.org](http://w3c-test.org) exists to help
contributors demonstrate their proposed changes to others. If you are [a GitHub
collaborator](https://help.github.com/en/articles/permission-levels-for-a-user-account-repository)
on WPT, then the content of your pull requests will be available at
`http://w3c-test.org/submissions/{{pull request ID}}`, where "pull request ID"
is the numeric identifier for the pull request.

For example, a pull request at https://github.com/web-platform-tests/wpt/pull/3
has a pull request ID `3`. Its contents can be viewed at
http://w3c-test.org/submissions/3.

If you are *not* a GitHub collaborator, then your submission may be made
available if a collaborator makes the following comment on your pull request:
"w3c-test:mirror".

Previews are not created automatically for non-collaborators because the WPT
server will execute Python code in the mirrored submissions. Collaborators are
encouraged to enable the preview by making the special comment only if they
trust the authors not to submit malicious code.

[repo]: https://github.com/web-platform-tests/wpt/
[github flow]: https://guides.github.com/introduction/flow/
[public-test-infra]: https://lists.w3.org/Archives/Public/public-test-infra/
Expand Down
2 changes: 1 addition & 1 deletion entries-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Tests for the [Files and Directory Entries API](https://github.com/wicg/entries-

Unfortunately, most of the tests are **manual** and require drag-and-drop of test
data files, which can be found in the `entries-api/support` directory. The tests
can be run via [w3c-test.org](http://w3c-test.org/entries-api/), but a local clone
can be run via [wpt.live](http://wpt.live/entries-api/), but a local clone
of the repo is required for access to the test data files.
2 changes: 1 addition & 1 deletion storage/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This directory contains the Storage test suite.

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

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

Expand Down
2 changes: 1 addition & 1 deletion uievents/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
To run the UIEvents tests, go to:

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

0 comments on commit 3211c4a

Please sign in to comment.