forked from w3c/csswg-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.txt
More file actions
53 lines (40 loc) · 3.08 KB
/
test.txt
File metadata and controls
53 lines (40 loc) · 3.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
====== Testing ======
Our conformance test suites: how to run them, known bugs, and how to contribute.
<note>
The tests are maintained in the [[https://github.com/w3c/web-platform-tests|web-platform-tests]] [[https://git-scm.com/|Git]] repository, mostly in the ''css'' subdirectory.
</note>
Test suite and test case discussion takes place primarily in [[https://github.com/w3c/web-platform-tests/issues|GitHub issues]], with policy matters occasionally discussed on the [[http://lists.w3.org/Archives/Public/public-test-infra/|public-test-infra mailing list]]. The [[tools:irc|#testing channel]] on irc.w3.org:6665 is also available for discussion, and is recommended for anything where a quick response is desirable. The [[http://lists.w3.org/Archives/Public/public-css-testsuite/|public-css-testsuite mailing list]] exists for CSS-specific discussion, excluding any policy matters around the repository, primarily tooling maintained by the CSS WG (i.e., the CSS testsuites' build system and the CSS test harness).
If this is your first time working with Web Platform Test, see this introduction and tutorial:
* 2017-12-10 https://24ways.org/2017/testing-the-web-platform/ by Rachel Andrew
===== Contributing =====
If you want to contribute to CSS Tests:
* General questions: Ask in #css in W3C IRC
* Problem with a test file: File an issue in https://github.com/w3c/web-platform-tests
* Contributing a new test file: Ask in #css in W3C IRC
----
The entire rest of this "Contributing" section below is double-obsolete, all the pages linked to say their own content is " This page has been deprecated and is no longer being maintained.", and then link to the apparently unmaintained (or so opaque it's hard to tell, including where to give feedback) testthewebforward.org/docs.
* [[test:faq]]
* [[test:fonts|Installing Fonts for CSS Testing]] (required for running CSS tests)
* [[test:css2.1:contribute|How to Contribute]]
* [[test:format|Format Template and Guidelines]]
* [[test:reftest|Writing Reftests]]
* [[test:scripttest|Writing Script Tests]]
* [[test:review|Review Process]]
* [[test:oversight|Test Suite Oversight and Governance]]
* [[test:implementation-report|Implementation Report Format]]
* [[http://fantasai.inkedblade.net/style/tests/about/css21ts/|Slideshow Overview]]
===== Infrastructure =====
* [[https://hg.csswg.org/|CSSWG Test Suite Mercurial server]]
* [[https://github.com/w3c/csswg-test|CSSWG Test Suite Github Mirror]]
* [[test:pullrequests|Merging Pull Requests]]
* [[test:css2.1:harness|Build System Documentation]]
* [[test:harness|Browseable Test Harness]]
* [[test:review-system|Submission and Review Tracker Planning]]
* [[test:build-system|Build System Planning]]
===== Test Suite Pages =====
* [[http://www.w3.org/Style/CSS/Test/|Official W3C CSS Test Suites]]
* [[test:CSS2.1|CSS2.1 Conformance Test Suite Wiki]]
* [[test:paged-media|Paged Media Level 3 Conformance Test Suite Wiki]]
===== Test Suite Pages (in development) =====
* [[test:CSS3.0|CSS3 Test Suite Pages]]
* [[test/css-writing-modes-3|CSS3 Testing Writing Modes Page (november 2014)]]