diff --git a/IndexedDB/README.md b/IndexedDB/README.md index 18f067b18b28fe..545f0bec6d9822 100644 --- a/IndexedDB/README.md +++ b/IndexedDB/README.md @@ -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: . +To run the tests in this test suite within a browser, go to: . The latest Editor's Draft of Indexed Database API is: . diff --git a/docs/writing-tests/general-guidelines.md b/docs/writing-tests/general-guidelines.md index e80eac55b28a5d..1689c064a36af9 100644 --- a/docs/writing-tests/general-guidelines.md +++ b/docs/writing-tests/general-guidelines.md @@ -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 diff --git a/docs/writing-tests/submission-process.md b/docs/writing-tests/submission-process.md index b3ae83b9f7498f..73161cd1703fd8 100644 --- a/docs/writing-tests/submission-process.md +++ b/docs/writing-tests/submission-process.md @@ -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/ diff --git a/entries-api/README.md b/entries-api/README.md index 2f54d8bf89196a..7c08ba837bab03 100644 --- a/entries-api/README.md +++ b/entries-api/README.md @@ -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. diff --git a/storage/README.md b/storage/README.md index d95c3ce8cff5d5..8d0dca31b4d97b 100644 --- a/storage/README.md +++ b/storage/README.md @@ -1,6 +1,6 @@ This directory contains the Storage test suite. -To run the tests in this test suite within a browser, go to: . +To run the tests in this test suite within a browser, go to: . The living standard is: diff --git a/uievents/README.md b/uievents/README.md index 065c0c78848af6..a5112c52a2bf90 100644 --- a/uievents/README.md +++ b/uievents/README.md @@ -1,3 +1,3 @@ To run the UIEvents tests, go to: -http://w3c-test.org/uievents/order-of-events/mouse-events/ \ No newline at end of file +http://wpt.live/uievents/order-of-events/mouse-events/