We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1485b commit cf76d07Copy full SHA for cf76d07
1 file changed
test/common/wpt.js
@@ -693,7 +693,7 @@ class WPTRunner {
693
694
getTestTitle(filename) {
695
const spec = this.specMap.get(filename);
696
- return spec.meta?.title || filename;
+ return spec.meta?.title || filename.split('.')[0];
697
}
698
699
// Map WPT test status to strings
0 commit comments