Update MANIFEST.json to current web-platform-tests.

This was forgotten in the last update. The README is also updated as a
reminder for future updates.
This commit is contained in:
Ms2ger 2014-08-27 17:52:25 +02:00
parent a081b9a56f
commit 5a6937f2f9
12 changed files with 1057 additions and 40 deletions

View file

@ -95,5 +95,9 @@ cherry-pick our changes to the `resources` submodule; those should be the
latest commits on the branch currently used by Servo. If the `resources`
submodule has been updated upstream, this will also require cherry-picking the
changes there. Finally, push the `servo_[current date]` to our fork at
`git@github.com:servo/web-platform-tests.git` and create a pull request with a
submodule pointer update and updated test expectations to the Servo repository.
`git@github.com:servo/web-platform-tests.git` and create a pull request to the
Servo repository with:
* the submodule pointer update;
* an update to `MANIFEST.json` generated by running `tools/scripts/manifest.py`
in web-platform-tests;
* the updated test expectations.