| OLD | NEW |
| 1 # Web Platform Tests | 1 # Web Platform Tests |
| 2 | 2 |
| 3 The Web Platform Tests project provides a large number of conformance tests for | 3 The Web Platform Tests project provides a large number of conformance tests for |
| 4 different aspects of the Web Platform. Currently the tests are hosted on GitHub. | 4 different aspects of the Web Platform. Currently the tests are hosted on GitHub. |
| 5 There are two main repositories, one for the CSS Working Group (aka csswg-test), | 5 There are two main repositories, one for the CSS Working Group (aka csswg-test), |
| 6 and one for pretty much everything else (aka web-platform-tests). | 6 and one for pretty much everything else (aka web-platform-tests). |
| 7 | 7 |
| 8 There is a plan to merge csswg-test into web-platform-tests, so later, there | 8 There is a plan to merge csswg-test into web-platform-tests, so later, there |
| 9 will be only one repository. | 9 will be only one repository. |
| 10 | 10 |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 | 90 |
| 91 This cannot be avoided entirely as the two repositories are independent, but | 91 This cannot be avoided entirely as the two repositories are independent, but |
| 92 should be rare with frequent imports and exports. When it does happen, manual | 92 should be rare with frequent imports and exports. When it does happen, manual |
| 93 intervention will be needed and in non-trivial cases you may be asked to help | 93 intervention will be needed and in non-trivial cases you may be asked to help |
| 94 resolve the conflict. | 94 resolve the conflict. |
| 95 | 95 |
| 96 ### Direct pull requests | 96 ### Direct pull requests |
| 97 | 97 |
| 98 It's still possible to make direct pull requests to web-platform-tests. The | 98 It's still possible to make direct pull requests to web-platform-tests. The |
| 99 processes for getting new tests committed the W3C repos are at | 99 processes for getting new tests committed the W3C repos are at |
| 100 [http://testthewebforward.org/docs/]. Some specifics are at | 100 http://testthewebforward.org/docs/. Some specifics are at |
| 101 [http://testthewebforward.org/docs/github-101.html]. | 101 http://testthewebforward.org/docs/github-101.html. |
| OLD | NEW |