The problem is visible in rdar://100336472 , where the results page shows "ref mismatch" but the URL contains an extra dot: `[...]attachment-wrapping-action-expected-mismatch..html`, making it impossible to view the image. The code in results.html's imageResultLinks looks like: > let testExtension = Utils.splitExtension(testResult.name)[1]; ... > result += TestResultsController.resultLink(this._resultsController.layoutTestsBasePath() + testPrefix, '-expected-mismatch.' + testExtension, 'ref mismatch'); ... > result += TestResultsController.resultLink(this._resultsController.layoutTestsBasePath() + testPrefix, '-expected.' + testExtension, 'reference'); The `testExtension` variable contains ".html", so we don't need to add one before. <rdar://106785429>
Pull request: https://github.com/WebKit/WebKit/pull/11589
Committed 261791@main (9872023d5aed): <https://commits.webkit.org/261791@main> Reviewed commits have been landed. Closing PR #11589 and removing active labels.