mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
This change converts a collection of old Servo-specific crash tests into WPT style crash tests, which are supported directly by the WPT test harness. The main change here is the addition of `-crash.html` to the end of the test name (this is how the harness detects crash tests) and the removal of `testharness.js` from the tests. This is a preparation for #44232. Testing: This change just changes the tests, so should be tested by the test run. Signed-off-by: Martin Robinson <mrobinson@igalia.com>