| OLD | NEW |
| 1 The Web Platform Tests Project [](http://irc.w
3.org/?channels=testing) | 1 The Web Platform Tests Project [](http://irc.w
3.org/?channels=testing) |
| 2 ============================== | 2 ============================== |
| 3 | 3 |
| 4 The Web Platform Tests Project is a W3C-coordinated attempt to build a | 4 The Web Platform Tests Project is a W3C-coordinated attempt to build a |
| 5 cross-browser testsuite for the Web-platform stack. However, for mainly | 5 cross-browser testsuite for the Web-platform stack. However, for mainly |
| 6 historic reasons, the CSS WG testsuite is in a separate repository, | 6 historic reasons, the CSS WG testsuite is in a separate repository, |
| 7 [csswg-test](https://github.com/w3c/csswg-test). Writing tests in a way | 7 [csswg-test](https://github.com/w3c/csswg-test). Writing tests in a way |
| 8 that allows them to be run in all browsers gives browser projects | 8 that allows them to be run in all browsers gives browser projects |
| 9 confidence that they are shipping software that is compatible with other | 9 confidence that they are shipping software that is compatible with other |
| 10 implementations, and that later implementations will be compatible with | 10 implementations, and that later implementations will be compatible with |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 | 124 |
| 125 in the default configuration. The first time you use this it has to | 125 in the default configuration. The first time you use this it has to |
| 126 generate a manifest of all tests. This may take some time, so please | 126 generate a manifest of all tests. This may take some time, so please |
| 127 be patient. | 127 be patient. |
| 128 | 128 |
| 129 Publication | 129 Publication |
| 130 =========== | 130 =========== |
| 131 | 131 |
| 132 The master branch is automatically synced to http://w3c-test.org/. | 132 The master branch is automatically synced to http://w3c-test.org/. |
| 133 | 133 |
| 134 Pull requests that have been checked are automatically mirrored to | 134 Pull requests are automatically mirrored to |
| 135 http://w3c-test.org/submissions/. | 135 http://w3c-test.org/submissions/ a few minutes after someone with merge |
| 136 access has added a comment with "LGTM" (or "w3c-test:mirror") to indicate |
| 137 the PR has been checked. |
| 136 | 138 |
| 137 Finding Things | 139 Finding Things |
| 138 ============== | 140 ============== |
| 139 | 141 |
| 140 Each top-level directory represents a W3C specification: the name | 142 Each top-level directory represents a W3C specification: the name |
| 141 matches the shortname used after the canonical address of the said | 143 matches the shortname used after the canonical address of the said |
| 142 specification under http://www.w3.org/TR/ . | 144 specification under http://www.w3.org/TR/ . |
| 143 | 145 |
| 144 For some of the specifications, the tree under the top-level directory | 146 For some of the specifications, the tree under the top-level directory |
| 145 represents the sections of the respective documents, using the section | 147 represents the sections of the respective documents, using the section |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 [contributing]: https://github.com/w3c/web-platform-tests/blob/master/CONTRIBUTI
NG.md | 267 [contributing]: https://github.com/w3c/web-platform-tests/blob/master/CONTRIBUTI
NG.md |
| 266 [ircw3org]: https://www.w3.org/wiki/IRC | 268 [ircw3org]: https://www.w3.org/wiki/IRC |
| 267 [ircarchive]: http://krijnhoetmer.nl/irc-logs/testing/ | 269 [ircarchive]: http://krijnhoetmer.nl/irc-logs/testing/ |
| 268 [mailarchive]: http://lists.w3.org/Archives/Public/public-test-infra/ | 270 [mailarchive]: http://lists.w3.org/Archives/Public/public-test-infra/ |
| 269 | 271 |
| 270 Documentation | 272 Documentation |
| 271 ============= | 273 ============= |
| 272 | 274 |
| 273 * [How to write and review tests](http://testthewebforward.org/docs/) | 275 * [How to write and review tests](http://testthewebforward.org/docs/) |
| 274 * [Documentation for the wptserve server](http://wptserve.readthedocs.org/en/lat
est/) | 276 * [Documentation for the wptserve server](http://wptserve.readthedocs.org/en/lat
est/) |
| OLD | NEW |