Closed Bug 1779111 Opened 2 years ago Closed 2 years ago

[wpt-sync] Sync PR 34771 - Fix the stp downloads: Mac OS Monterey and Mac OS Ventura

Categories

(Testing :: web-platform-tests, task, P4)

task

Tracking

(firefox104 fixed)

RESOLVED FIXED
104 Branch
Tracking Status
firefox104 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream error])

Sync web-platform-tests PR 34771 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/34771
Details from upstream follow.

James Scott <jamescscott@google.com> wrote:

Fix the stp downloads: Mac OS Monterey and Mac OS Ventura

  • Fix the STP regex to pick up the links for STP.

Why we need this:

  1. When converting to string with text_content, it converts <br> to no space. For example:
  • Input: Safari Technology Preview<br>for macOS&nbsp;Ventura
  • Output: Safari Technology Previewfor macOS Ventura
    As a result, the \s+ needs to be changed to \s*

Fixes #34752

Whiteboard: [wptsync downstream] → [wptsync downstream error]
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/35e638f00913
[wpt PR 34771] - Fix the stp downloads: Mac OS Monterey and Mac OS Ventura, a=testonly
Test result changes from PR not available.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 104 Branch
You need to log in before you can comment on or make changes to this bug.