mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
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>
2.0 KiB
2.0 KiB