Skip to content

Releases: web-platform-tests/wpt

merge_pr_45339

30 May 10:58
5317dc8
Compare
Choose a tag to compare

Fix ICE bad port test in WebRTC (#45339)

The test used onicestatechange instead of oniceconnectionstatechange.
Also now runs on the full list of bad ports for completeness (thus requiring a long timeout)

merge_pr_46537

29 May 17:56
Compare
Choose a tag to compare

Fix scrollend test

This patch fixes a few issues with the WPT
scrollend-event-fires-to-iframe-window.html:

  • Use the iframe element as the "origin" for test_driver's scroll
    function because it seems test_driver's scroll function is not happy
    when the element specified as the "origin" belongs to the inner frame
    and not the outer frame.
  • Round the inputs to test_driver's pointerMove to avoid issues related
    to chromedriver not liking fractional touch positions.
  • Unused CSS rules are removed.

Bug: 340956654
Change-Id: Ie82a554d71a6f0f5a90920809189c6a89ca73030
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5570150
Commit-Queue: David Awogbemila awogbemila@chromium.org
Reviewed-by: Mustaq Ahmed mustaq@chromium.org
Cr-Commit-Position: refs/heads/main@{#1307485}

merge_pr_46534

29 May 16:21
Compare
Choose a tag to compare

CV: Update the ContentVisibilityAutoStateChange test

This patch updates the test based on feedback in
https://chromium-review.googlesource.com/c/chromium/src/+/5570779

R=obrufau@igalia.com

Change-Id: I7267b223ef0716355bd53b80692996284ae5f255
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5572428
Commit-Queue: Vladimir Levin vmpstr@chromium.org
Reviewed-by: Oriol Brufau obrufau@igalia.com
Cr-Commit-Position: refs/heads/main@{#1307449}

merge_pr_46531

29 May 06:47
Compare
Choose a tag to compare

Rename trim-auto to trim-both

See w3c/csswg-drafts#10161

merge_pr_46530

29 May 06:20
Compare
Choose a tag to compare

Test for line-clamp with balancing

merge_pr_46528

29 May 10:36
Compare
Choose a tag to compare

Allow transitioning from a custom property to None.

If getComputedStyle(...).getPropertyValue is called on a registered
custom property that is used in a transition and that custom property's
registration is removed, to can be None.

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1899446
gecko-commit: ca745191b7c585065a58a7dd73f9f6eefbb8d605
gecko-reviewers: firefox-animation-reviewers, firefox-style-system-reviewers, boris

merge_pr_46526

29 May 10:49
Compare
Choose a tag to compare

Changed to case-insensitive check of mimeType between codecs in setCodecPreferences

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1898362
gecko-commit: 7b3a01bb9b4bbfbe58e84526b778584b13fb6d2a
gecko-reviewers: jib

merge_pr_46525

29 May 10:44
Compare
Choose a tag to compare

Check custom property AnimationValue for None before unwrapping.

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1899406
gecko-commit: 72d8dfa8b4c445567e4d289a1dbdcb30af442dfd
gecko-reviewers: boris, firefox-animation-reviewers, firefox-style-system-reviewers

merge_pr_46519

29 May 10:39
Compare
Choose a tag to compare

Ensure focused browsing context is blurred when an OOP window is focused

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1824155
gecko-commit: 24f2a6791095ea1b5df765285c517dd42c8d359f
gecko-reviewers: edgar, dom-core

merge_pr_46518

29 May 10:34
Compare
Choose a tag to compare

Make selection.direction returns none when the selection is collapsed

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1899020
gecko-commit: 5b0b8114258165e3f07b6de78afd11996023a4e7
gecko-reviewers: jjaschke, dom-core