For the WPT https://github.com/web-platform-tests/wpt/blob/master/import-maps/not-overridden/failed-resolution.html wpt.fyi shows only 1 subtest https://wpt.fyi/results/import-maps/not-overridden/failed-resolution.html?label=experimental&label=master&aligned <img width="554" height="223" alt="Image" src="https://github.com/user-attachments/assets/26226df5-5713-4d31-bbfc-245d8f437caf" /> According to the documentation https://web-platform-tests.org/writing-tests/testharness-api.html#Test ``` class Test(name) A single subtest. A Test is not constructed directly but via the test(), ``` There should be 4 subtests in that file 1. [Resolution after import map should not be redefined](https://github.com/web-platform-tests/wpt/blob/a9e319edd6798c271d96407103c3176b455662c4/import-maps/not-overridden/failed-resolution.html#L38) 2. [Resolution after import map should not be redefined for bare prefixes or exact matches](https://github.com/web-platform-tests/wpt/blob/a9e319edd6798c271d96407103c3176b455662c4/import-maps/not-overridden/failed-resolution.html#L42) 3. [Resolution after import map should be redefined for non-prefixes](https://github.com/web-platform-tests/wpt/blob/a9e319edd6798c271d96407103c3176b455662c4/import-maps/not-overridden/failed-resolution.html#L46) 4. [Rules for failed resolution are not dropped](https://github.com/web-platform-tests/wpt/blob/a9e319edd6798c271d96407103c3176b455662c4/import-maps/not-overridden/failed-resolution.html#L50)