Skip to content

Commit cbfde91

Browse files
authored
Ask for web-platform-tests in CONTRIBUTING.md
This uses similar wording as in w3c/fxtf-drafts#215 For the CSSWG, this policy is a must for CR+ and cssom/cssom-view. Per WG discussion #1755 (comment)
1 parent a4df949 commit cbfde91

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CONTRIBUTING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,19 @@ If you added a contributor by mistake, you can remove them in a comment with:
2020

2121
If you are making a pull request on behalf of someone else but you had no part in designing the
2222
feature, you can remove yourself with the above syntax.
23+
24+
# Tests
25+
26+
For normative changes for any specification in
27+
[CR or later](https://www.w3.org/Style/CSS/current-work) as well as the pre-CR specifications listed
28+
below, a corresponding [web-platform-tests](https://github.com/w3c/web-platform-tests) PR must be
29+
provided, except if testing is not practical; for other specifications it is usually appreciated.
30+
Typically, both PRs will be merged at the same time. Note that a test change that contradicts the
31+
spec should not be merged before the corresponding spec change. If testing is not practical, please
32+
explain why and if appropriate [file an issue](https://github.com/w3c/web-platform-tests/issues/new)
33+
to follow up later. Add the `type:untestable` or `type:missing-coverage` label as appropriate.
34+
35+
The pre-CR specifications with this testing requirement are currently:
36+
37+
* cssom
38+
* cssom-view

0 commit comments

Comments
 (0)