[wpt] Detect miscategorized crashtests
https://web-platform-tests.org/writing-tests/crashtest.html says:
Crashtests are identified by the string -crash in the filename
immediately before the extension, or by being in a directory called
crashtests.
In particular:
- css/css-foo/bar-crash-001.html is not a crash test
This CL fixes the names for files intended to run as crash tests 0.
Currently, these tests don't have any coverage 1 because wpt manifest
doesn't detect and write them to MANIFEST.json
.
Bug: None
Change-Id: I4c2100d9d43b91f4b6a6697a01e0e1754add621f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5868914
Reviewed-by: Morten Stenshorne mstensho@chromium.org
Commit-Queue: Jonathan Lee jonathanjlee@google.com
Cr-Commit-Position: refs/heads/main@{#1356525}