Skip to content

Releases: web-platform-tests/wpt

merge_pr_46538

30 May 19:28
Compare
Choose a tag to compare

Add a new options argument to document.caretPositionFromPoint API.

Per w3c/csswg-drafts#10345, we should change
shadowRoots parameter from a rest parameter to a dictionary which
contains an array of shadow roots.

Bug: 41487363
Change-Id: I0686d1eae75797ae07cad215a71a24ab54c7398d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5553027
Reviewed-by: Mason Freed masonf@chromium.org
Reviewed-by: Koji Ishii kojii@chromium.org
Reviewed-by: Sanket Joshi sajos@microsoft.com
Commit-Queue: Siye Liu siliu@microsoft.com
Cr-Commit-Position: refs/heads/main@{#1308173}

merge_pr_46536

30 May 08:24
Compare
Choose a tag to compare

Defer computation of registered custom color properties if needed.

This is a bit less complicated than lengths because there's no cycle
possible which could turn the color-scheme declaration invalid afaict.

So it's just that we need to defer the colors when color-scheme is
specified, which is slightly annoying, but maybe not too bad.

I had to tweak a bit the code to defer properties to fix a bug that we
were papering over accidentally. We were using the wrong registration
here:

https://searchfox.org/mozilla-central/rev/f60bb10a5fe6936f9e9f9e8a90d52c18a0ffd818/servo/components/style/custom_properties.rs#1613

That's the registration for reference.name, not for name, which
papered over some issues. The fix is simple tho, which is storing a
single CustomPropertiesMap.

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1899272
gecko-commit: acfd5e328aa9a8fa1bcceaa7130e9e028990326b
gecko-reviewers: dshin, firefox-style-system-reviewers, zrhoffman

merge_pr_46535

30 May 08:23
Compare
Choose a tag to compare

Remove optional trailing semicolon from CSP

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1886918
gecko-commit: 01ef0d772481eb0ca70ceafeb2822717cc6ee325
gecko-reviewers: tschuster

merge_pr_46532

30 May 08:16
Compare
Choose a tag to compare

Fix at-property-animation to account for spec ambiguity.

See w3c/csswg-drafts#10371 for the spec issue.

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1899318
gecko-commit: a869d0eda92c3cb0ae54522343e9079f627dfc25
gecko-reviewers: firefox-style-system-reviewers, zrhoffman

merge_pr_46529

30 May 00:38
8a97e55
Compare
Choose a tag to compare

clipboard-api: user WebKit-infra-friendly remote URL (#46529)

merge_pr_46506

30 May 00:49
d526eb5
Compare
Choose a tag to compare

Digital Credentials: move files out of Cred Man folder (#46506)

merge_pr_46505

30 May 00:44
87e5d6c
Compare
Choose a tag to compare

digital-credentials: Add META.yml (#46505)

merge_pr_46504

30 May 00:50
c6093c6
Compare
Choose a tag to compare

digital credentials: test api against non-fully active doc (#46504)

merge_pr_46484

30 May 09:48
b3a2a57
Compare
Choose a tag to compare

merge_pr_46274

30 May 03:55
Compare
Choose a tag to compare

webnn: Migrate BatchNormalization validation tests to WPTs

This CL adds WPT tests for BatchNormalization and removes the unit tests
MLGraphTestMojo.BatchNormalizationTest and
MLGraphBuilderTest.BatchNormalizationTest.

Bug: 327337526, 328026885
Change-Id: Idb18eecdb85ff6dc60a682266c4b41afe06e3532
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5541389
Commit-Queue: Shanxing Mei shanxing.mei@intel.com
Reviewed-by: ningxin hu ningxin.hu@intel.com
Reviewed-by: Austin Sullivan asully@chromium.org
Cr-Commit-Position: refs/heads/main@{#1307834}