Skip to content

Releases: web-platform-tests/wpt

merge_pr_57120

11 Jan 08:11
81a2aed

Choose a tag to compare

URL: more parse-ipv4-number coverage

merge_pr_57114

11 Jan 11:39

Choose a tag to compare

Implement support for and .

Differential Revision: https://phabricator.services.mozilla.com/D277823

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1998245
gecko-commit: c9dd42b395ee73e33918d6b76515709389bbe887
gecko-reviewers: emilio, firefox-style-system-reviewers

merge_pr_57000

11 Jan 17:56
8834135

Choose a tag to compare

Map "@import" to web-features (#57000)

merge_pr_56822

11 Jan 04:11
3590a63

Choose a tag to compare

classifies form-validity-pseudos web feature (#56822)

Co-authored-by: Mike Pennisi [email protected]

merge_pr_56663

11 Jan 22:01
3b90ad8

Choose a tag to compare

Map gradients web-feature (#56663)

Feature: gradients
Reference: https://github.com/web-platform-dx/web-features/blob/main/features/gradients.yml

Notable exclusions

  1. css/css-images/gradient/ - The majority of files in this directory test gradient-interpolation (e.g., in srgb, hue interpolation) or conic-gradients. These files were excluded to avoid mapping them to the baseline gradients feature. They should be mapped to their respective features in a future update.

Notable inclusions

  1. css/css-images/radial-gradient-container-relative-units-*.html - Included as they verify gradients accept container-relative units (core syntax).

  2. compat/webkit-*-gradient*.html - Included as they test compatibility aliases which map to standard gradients.

Co-authored-by: Mike Pennisi [email protected]

merge_pr_56656

11 Jan 15:13
7b0a67c

Choose a tag to compare

Map "font-variation-settings" to web-features (#56656)

Co-authored-by: Mike Pennisi [email protected]

merge_pr_56654

11 Jan 04:12
03884af

Choose a tag to compare

Map "font-style" to web-features (#56654)

Co-authored-by: Mike Pennisi [email protected]

merge_pr_56653

11 Jan 18:32
97a9134

Choose a tag to compare

Map font-stretch and font-width web features (#56653)

  • Map "font-stretch" to web-features

  • Map "font-width" to web-features


Co-authored-by: Mike Pennisi [email protected]

merge_pr_57119

10 Jan 00:55

Choose a tag to compare

Add tests for maxAge being 0

Makes sure cookie events are not created and cookies are not written if
the maxAge is set to zero.

Change-Id: I0ed4d77c300ed3cc01c07fce45c5cf2daad0ca7c
Bug: 430926231
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7417063
Commit-Queue: Anusha Muley [email protected]
Reviewed-by: Dylan Cutler [email protected]
Cr-Commit-Position: refs/heads/main@{#1567247}

merge_pr_57118

10 Jan 00:55

Choose a tag to compare

Deflake playing-the-media-resource#fragmented-mp4-end.html

Automated test harnesses may encounter underflow during the test
which can yield multiple playing events. As such just check the
ended event which is the goal of the test.

R=lowkey

Fixed: 471286316
Change-Id: I9f407037b64a7f8cba02959c4e7c7703b0737b57
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7426166
Reviewed-by: Syed AbuTalib [email protected]
Commit-Queue: Dale Curtis [email protected]
Commit-Queue: Syed AbuTalib [email protected]
Auto-Submit: Dale Curtis [email protected]
Cr-Commit-Position: refs/heads/main@{#1567223}