Skip to content

Commit c27af43

Browse files
committed
test/paged-media/contribute: Added info about automatic header creation
1 parent 09d78ab commit c27af43

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

test/paged-media/contribute.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ The baseline format for CSS3 Paged Media tests is XHTML 1.1. A set of scripts ge
1616

1717
Copy and paste the following text into a new file, or save this file, and replace the capitalized parts. ''<link>'' elements are used to [[http://www.w3.org/Style/CSS/Test/guidelines.html#links|link to the relevant section of the spec]]. If this file tests one or more specific [[test:paged-media:assertions|test assertions]], add a ''<meta>'' element for each one, copying the assertion directly into its ''content'' attribute. A test will generally test many sections and assertions (e.g. every test tests for proper parsing). Only list assertions that the test focuses on: ones that must still be tested in this test even if the test's approach to testing them changes in the future.
1818

19+
If the test does not contain "@page", the build scripts will add the following style rules:
20+
@page { counter-increment: page;
21+
font: italic 8pt sans-serif;
22+
color: gray;
23+
@top-left { content: "CSS 2.1 Conformance Test Suite"; }
24+
@top-right { content: "Test TEST-FILE-BASE-NAME"; }
25+
@bottom-right { content: counter(page); }
26+
}
27+
If the test **does** contain "@page", you need to add any test identifying information yourself, either in margin boxes or directly within the test content.
28+
1929
The ''rel="author"'' link is optional.
2030

2131
<code html>
@@ -37,4 +47,8 @@ The ''rel="author"'' link is optional.
3747
</html>
3848
</code>
3949

50+
===== Submitting the New Test =====
51+
52+
You can submit a new test by [[http://lists.w3.org/Archives/Public/public-css-testsuite/|sending it to public-css-testsuite@w3.org]].
53+
4054
====== How to Contribute a Fix to an Existing Test ======

0 commit comments

Comments
 (0)