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