Skip to content

Releases: web-platform-tests/wpt

merge_pr_59094

13 Apr 00:26
16c0b19

Choose a tag to compare

Add more table tests for css-backgrounds (#59094)

WebKit export of following commits for table tests:

https://commits.webkit.org/305987@main
https://commits.webkit.org/310609@main
https://commits.webkit.org/306956@main

merge_pr_59131

12 Apr 15:40
b27a097

Choose a tag to compare

Add shadowrootslotassignment serialization test (#59131)

merge_pr_59130

12 Apr 14:04

Choose a tag to compare

Add a crashtest.

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=2026295
gecko-commit: 79aac377851e8a23f4dd6779b7dfe6f77d1e5296
gecko-commit-git: 32a1808c6ddf2fdf1a8511fa16627b9ad4a1abf9
gecko-reviewers: dholbert

merge_pr_59116

11 Apr 07:31
e3d6106

Choose a tag to compare

merge_pr_59115

11 Apr 07:31
a93a1a1

Choose a tag to compare

merge_pr_59111

11 Apr 01:27
e63beac

Choose a tag to compare

merge_pr_59110

11 Apr 01:27
6572d23

Choose a tag to compare

merge_pr_59107

11 Apr 06:12

Choose a tag to compare

merge_pr_59106

11 Apr 06:29
dd56ae8

Choose a tag to compare

merge_pr_59101

10 Apr 18:33

Choose a tag to compare

Fix children hint computation for style queries.

We can't just early-return CASCADE_SELF now, it's not sound in presence
of container queries if the custom properties or container-name changes.

While at it, improve custom properties reset property diffing, so that
changes to non-inherited custom properties get optimized the same way as
regular properties.

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=2029949
gecko-commit: a333985c4f995181ee3b279d034a6e894f6f32ad
gecko-commit-git: b655a605eb335ac3f1bf44511704f09965582b1e
gecko-reviewers: diegociudadreale