| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -721,7 +721,7 @@ class WPTRunner { | |||
| 721 | 721 | ||
| 722 | 722 | getTestTitle(filename) { | |
| 723 | 723 | const spec = this.specMap.get(filename); | |
| 724 | - return spec.meta?.title || filename; | ||
| 724 | + return spec.meta?.title || filename.split('.')[0]; | ||
| 725 | 725 | } | |
| 726 | 726 | ||
| 727 | 727 | // Map WPT test status to strings | |
| Back | FazBrowse Home | New Git URL |
0 commit comments