From 8dd16259287f58f9273002717ec4d27e97127719 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:43:14 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- testing/web-platform/tests/docs/writing-tests/file-names.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'testing/web-platform/tests/docs/writing-tests/file-names.md') 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` -- cgit v1.2.3