| 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. Writing tests in a | 5 cross-browser testsuite for the Web-platform stack. However, for mainly |
| 6 way that allows them to be run in all browsers gives browser projects | 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 |
| 8 that allows them to be run in all browsers gives browser projects |
| 7 confidence that they are shipping software that is compatible with other | 9 confidence that they are shipping software that is compatible with other |
| 8 implementations, and that later implementations will be compatible with | 10 implementations, and that later implementations will be compatible with |
| 9 their implementations. This in turn gives Web authors/developers | 11 their implementations. This in turn gives Web authors/developers |
| 10 confidence that they can actually rely on the Web platform to deliver on | 12 confidence that they can actually rely on the Web platform to deliver on |
| 11 the promise of working across browsers and devices without needing extra | 13 the promise of working across browsers and devices without needing extra |
| 12 layers of abstraction to paper over the gaps left by specification | 14 layers of abstraction to paper over the gaps left by specification |
| 13 editors and implementors. | 15 editors and implementors. |
| 14 | 16 |
| 15 Running the Tests | 17 Running the Tests |
| 16 ================= | 18 ================= |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 [contributing]: https://github.com/w3c/web-platform-tests/blob/master/CONTRIBUTI
NG.md | 250 [contributing]: https://github.com/w3c/web-platform-tests/blob/master/CONTRIBUTI
NG.md |
| 249 [ircw3org]: https://www.w3.org/wiki/IRC | 251 [ircw3org]: https://www.w3.org/wiki/IRC |
| 250 [ircarchive]: http://krijnhoetmer.nl/irc-logs/testing/ | 252 [ircarchive]: http://krijnhoetmer.nl/irc-logs/testing/ |
| 251 [mailarchive]: http://lists.w3.org/Archives/Public/public-test-infra/ | 253 [mailarchive]: http://lists.w3.org/Archives/Public/public-test-infra/ |
| 252 | 254 |
| 253 Documentation | 255 Documentation |
| 254 ============= | 256 ============= |
| 255 | 257 |
| 256 * [How to write and review tests](http://testthewebforward.org/docs/) | 258 * [How to write and review tests](http://testthewebforward.org/docs/) |
| 257 * [Documentation for the wptserve server](http://wptserve.readthedocs.org/en/lat
est/) | 259 * [Documentation for the wptserve server](http://wptserve.readthedocs.org/en/lat
est/) |
| OLD | NEW |