diff options
Diffstat (limited to 'testing/web-platform/tests/docs/writing-tests/file-names.md')
-rw-r--r-- | testing/web-platform/tests/docs/writing-tests/file-names.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/web-platform/tests/docs/writing-tests/file-names.md b/testing/web-platform/tests/docs/writing-tests/file-names.md index 96296c4ff6..5336bfb528 100644 --- a/testing/web-platform/tests/docs/writing-tests/file-names.md +++ b/testing/web-platform/tests/docs/writing-tests/file-names.md @@ -11,10 +11,10 @@ These are individually documented for each flag that supports it. ### Test Type -These flags must be the last element in the filename before the -extension e.g. `foo-manual.html` will indicate a manual test, but -`foo-manual-other.html` will not. Unlike test features, test types -are mutually exclusive. +These flags are preceded by a `-` and followed by a `.`, and must be the +last such element in the filename, e.g. `foo-manual.html` will indicate +a manual test, but `foo-manual-other.html` will not. Unlike test features, +test types are mutually exclusive. `-manual` @@ -26,8 +26,8 @@ are mutually exclusive. ### Test Features -These flags are preceded by a `.` in the filename, and must -themselves precede any test type flag, but are otherwise unordered. +These flags are preceded and followed by a `.` in the filename, and must themselves +go after any test type flag, but are otherwise unordered. `.https` |