| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -781,6 +781,9 @@ class WPTRunner { | |||
| 781 | 781 | resultCallback(filename, test, reportResult) { | |
| 782 | 782 | const status = this.getTestStatus(test.status); | |
| 783 | 783 | const title = this.getTestTitle(filename); | |
| 784 | + if (/^Untitled( \d+)?$/.test(test.name)) { | ||
| 785 | + test.name = `${title}${test.name.slice(8)}`; | ||
| 786 | + } | ||
| 784 | 787 | console.log(`---- ${title} ----`); | |
| 785 | 788 | if (status !== kPass) { | |
| 786 | 789 | this.fail(filename, test, status, reportResult); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments