diff options
author | Ms2ger <ms2ger@gmail.com> | 2015-04-16 11:29:58 +0200 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2015-04-16 11:29:58 +0200 |
commit | 9be71b941fc43b15d4f5b50ebba772c8430c601c (patch) | |
tree | 53b70e5e7fa63800c7e1501eeb48f5fcf08e34a1 /CONTRIBUTING.md | |
parent | 306da57b0768da818b562cd46f48e95df34dee48 (diff) | |
download | servo-9be71b941fc43b15d4f5b50ebba772c8430c601c.tar.gz servo-9be71b941fc43b15d4f5b50ebba772c8430c601c.zip |
Remove the remaining traces of content tests.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1ffcbc67969..3036586fe49 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ If you're looking for easy bugs, have a look at the [E-Easy issue tag](https://g comment, or you can ask for a review in `#servo` on `irc.mozilla.org`. - Add tests relevant to the fixed bug or new feature. For a DOM change this - will usually be a content test; for layout, a reftest. See our [testing + will usually be a web platform test; for layout, a reftest. See our [testing guide](https://github.com/mozilla/servo/wiki/Testing) for more information. For specific git instructions, see [GitHub & Critic PR handling 101](https://github.com/mozilla/servo/wiki/Github-&-Critic-PR-handling-101). |