Skip to content

Releases: web-platform-tests/wpt

merge_pr_56632

10 Dec 15:50
46ca7c2

Choose a tag to compare

Map "contenteditable" to web-features (#56632)

merge_pr_56630

10 Dec 16:20

Choose a tag to compare

Test that the Sanitizer default config matches the specification.

Fixes WICG/sanitizer-api#360

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=2004683
gecko-commit: 73e5ba0265ca720b4c6176c393b1463d1597b0e2
gecko-reviewers: freddyb

merge_pr_56628

10 Dec 10:52

Choose a tag to compare

Handle zero range for scroll-driven animations on the compositor thread.

It is possible to get a zero range from APZ sampler (e.g. see the test
in this patch), so we have to early return it.

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1919415
gecko-commit: 08f98baa10e636695ce3aca42c346a6f19638e29
gecko-reviewers: hiro, layout-reviewers

merge_pr_56621

10 Dec 10:18

Choose a tag to compare

Add "Looped AudioBufferSourceNode Keeps Rendering" test

Signed-off-by: Taym Haddadi [email protected]

merge_pr_56611

10 Dec 06:17

Choose a tag to compare

[Editing] Deflake caret-display-list-002.html

This patch ensures the toggle event is dispatched for the details
element after the document load finishes. I suspect this test was timing
out because the toggle event was fired before the document loaded when
running in headless mode, which resulted in ReferenceError for child
elements (a or b).

Bug: 465614980
Change-Id: Ia52e63939d0f59cee6088d849d459a09feb81bcf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7237758
Commit-Queue: Ashish Kumar [email protected]
Reviewed-by: Rohan Raja [email protected]
Reviewed-by: Kent Tamura [email protected]
Cr-Commit-Position: refs/heads/main@{#1556530}

merge_pr_56607

10 Dec 16:12
79fa044

Choose a tag to compare

classifies "output" web feature (#56607)

merge_pr_56606

10 Dec 14:50
20d88c1

Choose a tag to compare

classifies "label" web feature (#56606)

merge_pr_56600

10 Dec 07:57

Choose a tag to compare

Revert "Bug 2004407 - Propagate base URI to initial top level about:blank. " for causing wpt failures @coep-blob-popup.https.html.

This reverts commit 2fe2da3e4b00a6f242e68aa97c519034c4f304c0.

Revert "Bug 2004407 - Get policy container for initial about:blank from entry global. r=smaug"

This reverts commit dbad5d1e6bb41cfe17061a0258a872ac7a642a8c.

gecko-commit: 803b3a0fc050acf1e58b6e81b5604528cb480b31
gecko-reviewers: smaug

merge_pr_56595

10 Dec 14:43

Choose a tag to compare

layout: Ensure that background-repeat: round size calculation rounds to nearest natural number

The previous code was just rounding to the nearest integrer, while the
specification says to round to the nearest natural number. The prevents
inf and NaN values from creeping to the results. This was leading to
a crash in WebRender.

Signed-off-by: Martin Robinson [email protected]

merge_pr_56593

10 Dec 07:56

Choose a tag to compare

[wdspec] Add "new_window" fixture and improve browsing context assertions.

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1944568
gecko-commit: e8757a81c14893a58dd6f294ddc725e56e28d418
gecko-reviewers: jdescottes