[webkit-changes] [WebKit/WebKit] 987202: In results.html's imageResultLinks(), don't add ex...

Gerald Squelart noreply at github.com
Fri Mar 17 06:02:17 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9872023d5aed892954ffa8ae8fb352c87f95b5ac
      https://github.com/WebKit/WebKit/commit/9872023d5aed892954ffa8ae8fb352c87f95b5ac
  Author: Gerald Squelart <g_squelart at apple.com>
  Date:   2023-03-17 (Fri, 17 Mar 2023)

  Changed paths:
    M LayoutTests/fast/harness/full_results.json
    M LayoutTests/fast/harness/results-expected.txt
    M LayoutTests/fast/harness/results.html

  Log Message:
  -----------
  In results.html's imageResultLinks(), don't add extra dot before already-dotted testExtension
https://bugs.webkit.org/show_bug.cgi?id=254000
rdar://106785429

Reviewed by Simon Fraser.

`testExtension` already contains a dot, e.g. ".html", so we don't need to add a dot before it.

Note: The added test cases in full_results.json covers this code path, but the verification only looks at the text context of results.html, so it won't actually catch regressions in links.

* LayoutTests/fast/harness/results.html:

Canonical link: https://commits.webkit.org/261791@main




More information about the webkit-changes mailing list