Initial directory structure, copied from CSS testsuite.
authortbah <tavmjong@free.fr>
Thu, 08 Mar 2012 12:21:23 +0100
changeset 0 e76c1b682e70
child 1 61fd7fcf935d
Initial directory structure, copied from CSS testsuite.
README
approved/README
approved/css3-transforms/README
approved/support/README
approved/svg2/README
contributors/README
contributors/tavmjong/submitted/template_001.svg
contributors/tavmjong/submitted/template_001_ref.svg
tools/README
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Thu Mar 08 12:21:23 2012 +0100
@@ -0,0 +1,57 @@
+
+W3C SVG Test Suite Repository
+-----------------------------
+
+The structure has been adapted from the CSS Test Suite Repository
+in order to be able to share tools.
+
+approved/
+
+    For tests that have been reviewed and approved.
+    Tests inside this directory are managed by the SVG WG.
+
+contributors/
+
+    Contains a directory for each test-suite contributor.
+    Tests inside a contributor's directory are managed by that contributor.
+
+tools/
+
+    Contains random scripts that may be useful when administering tests.
+ 
+
+
+Legal Stuff
+-----------
+ 
+These tests are copyright by W3C and/or the author listed in the test
+file. The tests are dual-licensed under the W3C Test Suite License:
+
+    http://www.w3.org/Consortium/Legal/2008/04-testsuite-license
+
+and the BSD 3-clause License:
+
+    http://www.w3.org/Consortium/Legal/2008/03-bsd-license
+
+under W3C's test suite licensing policy:
+
+    http://www.w3.org/Consortium/Legal/2008/04-testsuite-copyright
+
+Contributions to this repository are governed by the W3C's Policies
+for Contribution of Test Cases to W3C:
+
+    http://www.w3.org/2004/10/27-testcases
+
+Contributors who are not members of the SVG Working Group must agree
+to the terms of Grant II by filling out this form:
+
+    http://www.w3.org/2002/09/wbs/1/testgrants2-200409/
+
+before submitting any tests to this repository.
+
+
+Write Access
+------------
+
+To be determined.
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/approved/README	Thu Mar 08 12:21:23 2012 +0100
@@ -0,0 +1,33 @@
+
+W3C SVG Test Suite: Approved Section
+------------------------------------
+
+Each SVG/CSS module has its own directory.
+
+
+Tests may be applicable to more than one module. The test should be put
+in the appropriate directory based on the first rel="help" link in the
+test. If this changes, move the text. For more info on rel="help" see:
+
+    http://wiki.csswg.org/test/format#template-for-new-tests
+
+Note, SVG has its own test template derived from the CSS template.
+
+
+Each filename must be unique across the entire directory tree.
+For guidance in naming tests see:
+
+    http://wiki.csswg.org/test/format#file-name-format
+
+
+Within each module directory are subdirectories as needed:
+
+    src: The actual tests.
+
+    data: Data about the specification (Section numbers/titles).
+
+
+Additional directories at top level:
+
+    support: Shared files used by multiple tests.
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/approved/css3-transforms/README	Thu Mar 08 12:21:23 2012 +0100
@@ -0,0 +1,4 @@
+
+W3C SVG Test Suite: Approved CSS2/SVG Transforms tests
+------------------------------------------------------
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/approved/support/README	Thu Mar 08 12:21:23 2012 +0100
@@ -0,0 +1,7 @@
+
+W3C SVG Test Suite: Support
+---------------------------
+
+This directory is for shared resources used by multiple tests like
+PNG images.
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/approved/svg2/README	Thu Mar 08 12:21:23 2012 +0100
@@ -0,0 +1,4 @@
+
+W3C SVG Test Suite: Approved SVG2 tests
+---------------------------------------
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contributors/README	Thu Mar 08 12:21:23 2012 +0100
@@ -0,0 +1,19 @@
+
+W3C SVG Test Suite: Contributors Section
+----------------------------------------
+
+Each contributor has their own directory which is managed by that
+contributor. Inside each contributor's directory are two subdirectories:
+
+incoming/
+
+    This is a scratch space for contributors to use as they want.
+
+submitted/
+
+    This is for tests that are ready to be submitted. Tests must be
+    in the correct format with suitable filenames that do not conflict
+    with already existing tests.
+
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contributors/tavmjong/submitted/template_001.svg	Thu Mar 08 12:21:23 2012 +0100
@@ -0,0 +1,42 @@
+<svg id="svg-root"
+  width="100%" height="100%" viewBox="0 0 480 360"
+  xmlns="http://www.w3.org/2000/svg" 
+  xmlns:xlink="http://www.w3.org/1999/xlink">
+ <d:SVGTestCase xmlns:d="http://www.w3.org/2012/03/svg/testsuite/description/"
+		xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+   <title>SVG Test: DESCRIPTION OF TEST</title>
+   <link rel="author"
+         title="NAME_OF_AUTHOR"
+         href="mailto:EMAIL OR http://CONTACT_PAGE"/>
+   <link rel="reviewer"
+         title="NAME_OF_REVIEWER"
+         href="mailto:EMAIL OR http://CONTACT_PAGE" />
+         <!-- YYYY-MM-DD -->
+   <link rel="help"
+         href="RELEVANT_SPEC_SECTION"/>
+   <link rel="match"  href="RELATIVE_PATH_TO_REFERENCE_FILE" />
+   <link rel="mismatch" href="RELATIVE_PATH_TO_REFERENCE_FILE" />
+   <meta name="flags" content="TOKENS" />
+   <meta name="assert" content="TEST ASSERTION"/>
+  </head>
+ </d:SVGTestCase>
+
+ <style id="test-style" type="text/css">
+  /* Style that is being tested (if needed). */
+  text { fill: green; }
+ </style>
+
+ <defs></defs>
+
+ <text id="title" x="240" y="50" style="fill:black; font-size:24px; text-anchor:middle;">SVG Test Template</text>
+
+ <g id="test-body-content">
+  <text x="50" y="100" fill="red">This text should be green.</text>
+ </g>
+
+ <rect id="test-frame"
+       x="0.5" y="0.5" width="479" height="359"
+       fill="none" stroke="black"/>
+
+</svg>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contributors/tavmjong/submitted/template_001_ref.svg	Thu Mar 08 12:21:23 2012 +0100
@@ -0,0 +1,27 @@
+<svg id="svg-root"
+  width="100%" height="100%" viewBox="0 0 480 360"
+  xmlns="http://www.w3.org/2000/svg" 
+  xmlns:xlink="http://www.w3.org/1999/xlink">
+ <d:SVGTestCase xmlns:d="http://www.w3.org/2012/03/svg/testsuite/description/"
+		xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+   <title>SVG Test: DESCRIPTION OF TEST</title>
+   <link rel="author"
+         title="NAME_OF_AUTHOR"
+         href="mailto:EMAIL OR http://CONTACT_PAGE"/>
+  </head>
+ </d:SVGTestCase>
+
+ <defs></defs>
+
+ <text id="title" x="240" y="50" style="fill:black; font-size:24px; text-anchor:middle;">SVG Test Template</text>
+
+ <g id="test-body-content">
+  <text x="50" y="100" fill="green">This text should be green.</text>
+ </g>
+
+ <rect id="test-frame"
+       x="0.5" y="0.5" width="479" height="359"
+       fill="none" stroke="black"/>
+
+</svg>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/README	Thu Mar 08 12:21:23 2012 +0100
@@ -0,0 +1,7 @@
+
+W3C SVG Test Suite: Tools
+-------------------------
+
+This directory is for any scripts needed for managing the
+SVG Test Suite.
+