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