Files
servo/servo-tidy.toml
Martin Robinson d22435c6f6 wpt: Rename Servo-specific WPT-style tests to match WPT conventions (#44232)
This is a very minor, but annoying bit of technical debt that we have
carried for over a decade. Many of the Servo-specific WPT-style tests
had names that didn't match the naming convention used in WPT. In some
cases tests and references were named `test_a.html` for the test and
`test_b.html` for the reference. To make things more confusing,
sometimes two tests in a series were named `test_a.html`, `test_b.html`
and `test_ref.html` for the reference.

This change makes it so that tests are named consistenty and with
hyphens which are more common in WPT:

 - `test-001.html`
 - `test-002.html`
 - `test-ref.html`

Testing: This shouldn't change results, as this just renames the test
files.
Fixes #2463.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2026-04-15 16:15:28 +00:00

2.0 KiB