Skip to content

Commit

Permalink
Cherry-pick 274303@main (1d1806e). https://bugs.webkit.org/show_bug.c…
Browse files Browse the repository at this point in the history
…gi?id=269008

    Fix typo: Regress->Regression
    https://bugs.webkit.org/show_bug.cgi?id=269008

    Reviewed by Tim Nguyen.

    Fix typo for results database

    * Tools/Scripts/libraries/resultsdbpy/resultsdbpy/view/static/js/timeline.js:

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

Canonical link: https://commits.webkit.org/272448.723@safari-7618-branch
  • Loading branch information
facetothefate authored and JonWBedard committed Mar 14, 2024
1 parent a411a1a commit 8068983
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1224,14 +1224,14 @@ class TimelineFromEndpoint {
return `<div ref="${containnerRef}" style="position: relative">
<div ref="${searchBarRef}" class="next-regress-bar">
<button class="button" ref="${findRegressButtonRef}">
Find Regress Point
Find Regression Point
</button>
<div ref="${findRegressPannelRef}">
<button class="button" ref="${previousRegressButtonRef}">
Previous Regress Point
Previous Regression Point
</button>
<button class="button" ref="${nextRegressButtonRef}">
Next Regress Point
Next Regression Point
</button>
<button class="button" ref="${closeRegressButtonRef}">
Close
Expand Down

0 comments on commit 8068983

Please sign in to comment.