aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/css/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/web-platform-tests/css/README.md')
-rw-r--r--tests/wpt/web-platform-tests/css/README.md23
1 files changed, 9 insertions, 14 deletions
diff --git a/tests/wpt/web-platform-tests/css/README.md b/tests/wpt/web-platform-tests/css/README.md
index 668ba28f4ac..4967f8cf479 100644
--- a/tests/wpt/web-platform-tests/css/README.md
+++ b/tests/wpt/web-platform-tests/css/README.md
@@ -1,12 +1,14 @@
Introduction
------------
-This directory contains all testsuites for all CSS specifications still using
-the [CSS test harness][harness]. These should primarily be considered legacy;
-new testsuites should almost always be put at the top level without any level
-suffix.
+This directory contains testsuites for CSS WG specifications, including ones
+that do not strictly speaking define CSS features, e.g.,
+[Geometry Interfaces](https://drafts.fxtf.org/geometry/).
-As the test harness relies on the largely undocumented(!) old CSS build system,
+The directories should be named like the specification's shortname, but without
+any level suffix.
+
+As the test harness relies on the largely undocumented old CSS build system,
this directory has a number of test requirements specific to it:
* support files for a given test must live in an adjacent `support` directory;
@@ -20,21 +22,14 @@ this directory has a number of test requirements specific to it:
`css` directory.
-Odd Directories
----------------
-
-There are a few special directories that do not map to specifications:
+vendor-imports/ Directory
+-------------------------
vendor-imports/ is a legacy directory where third parties historically imported
their tests that originate and are maintained in an external repo. Files in
this directory should never be modified in this repo, but should go through the
vendor's process to be imported here.
-work-in-progress/ is a legacy directory that contains all the work that was
-once submitted to the repo, but was not yet ready for review. As pull requests
-are now used, no new files should be added here. The subdirectories here are
-named by test author or contributing organization.
-
Importing Old Branches
----------------------