Releases: web-platform-tests/wpt
merge_pr_49692
[wdspec] Fix pointer drag tests by comparing coordinates with an offset.
This patch resolves inconsistencies in pointer drag-and-drop tests by
using approximate comparisons (pytest.approx
) for final element
coordinates instead of strict equality. These adjustments accommodate
minor coordinate rounding discrepancies across platforms and configurations.
Differential Revision: https://phabricator.services.mozilla.com/D232119
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1762119
gecko-commit: f7b4cbd0fcb234e3d822d86a8f415ce2b9efb116
gecko-reviewers: webdriver-reviewers, jdescottes
merge_pr_49690
[wpt][fullscreen] Upstream {ref,crash}tests that use testdriver
As of #48486, the
WebDriver-based testdriver infrastructure now supports {ref,crash}tests.
Revert most of https://crrev.com/c/5972758 to move the tests back. In
Chromium CQ, moving the tests out of wpt_internal/
also has the effect
of running the tests with headless_shell
+ chromedriver
, which
passes these tests.
Bug: None
Change-Id: I396053ab5a7ab2a27558fa1de71af614107a8f02
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6088404
Reviewed-by: Mike Wasserman msw@chromium.org
Commit-Queue: Mike Wasserman msw@chromium.org
Auto-Submit: Jonathan Lee jonathanjlee@google.com
Cr-Commit-Position: refs/heads/main@{#1396271}
merge_pr_49689
[Gap Decorations] Update spec links to point to Editor's Draft
Bug: 357648037
Change-Id: Ide60a255c37d8a8ee5f76051c3bb3f2fab1ec2f5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6093899
Auto-Submit: Kevin Babbitt kbabbitt@microsoft.com
Reviewed-by: Alison Maher almaher@microsoft.com
Commit-Queue: Kevin Babbitt kbabbitt@microsoft.com
Cr-Commit-Position: refs/heads/main@{#1396244}
merge_pr_49688
Move all customizable- reference tests out of wpt_internal See conversations at: https://github.com/web-platform-tests/rfcs/pull/211 https://github.com//issues/13183 As of today, this can land: https://github.com//pull/48486 See, e.g.: https://chromium-review.googlesource.com/c/chromium/src/+/6088404 Change-Id: I43ffb77f93f4fa28e7aaa65beea8780f52f87242 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6077774 Reviewed-by: Joey Arhar jarhar@chromium.org Auto-Submit: Mason Freed masonf@chromium.org Commit-Queue: Mason Freed masonf@chromium.org Cr-Commit-Position: refs/heads/main@{#1396273}
merge_pr_49686
[css-scroll-snap-2] Rename WPTs scroll-start-target to scroll-initial-*
This completes chromium's adoption of the CSS working group's
resolution[1] to rename scroll-start-target scroll-initial-target.
[1] w3c/csswg-drafts#11173 (comment)
Bug: 40909052
Change-Id: I9aa6717334432098e108c05351bb8446225fc3bf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6089989
Reviewed-by: Steve Kobes skobes@chromium.org
Commit-Queue: David Awogbemila awogbemila@chromium.org
Cr-Commit-Position: refs/heads/main@{#1396242}
merge_pr_49676
Change abspos fit-content sizing so as not to provide a basis for percent resolution in its children.
Differential Revision: https://phabricator.services.mozilla.com/D231996
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1936450
gecko-commit: 09b40893c7428cad149b1a197f3b5b527a9e5e3a
gecko-reviewers: layout-reviewers, emilio
merge_pr_49674
Add reftest for single-stop wrapping (longer hue) gradients with varying stop placement.
Without the patch, the example gradients are increasingly broken
as the stop position advances through the range.
Differential Revision: https://phabricator.services.mozilla.com/D231943
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1936569
gecko-commit: 3b9b9357ef56d8ad413f51b6da801e815285a98d
gecko-reviewers: gfx-reviewers, lsalzman
merge_pr_49673
Implement EnsureCSPDoesNotBlockStringCompilation as per CSP spec.
See https://w3c.github.io/webappsec-csp/#can-compile-strings
Differential Revision: https://phabricator.services.mozilla.com/D229624
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1931288
gecko-commit: 0112d163ec43de573514b0a21dc45c4aea8dc8cd
gecko-reviewers: smaug, tschuster
merge_pr_49671
part 5) Add WPT <Element-setAttribute-respects-Elements-node-documents-globals-CSP-after-adoption-from-TT-realm.html>.
Replaces #46432.
Differential Revision: https://phabricator.services.mozilla.com/D231921
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1907849
gecko-commit: 5a48fdcefee755d543af0a415b6e1e216c853845
gecko-reviewers: smaug
merge_pr_49670
[Masonry] Introduce parsing for masonry-fill.
This CL introduces the parsing for the CSS property masonry-fill.
This is part of: https://chromestatus.com/feature/5149560434589696
The properties are behind the CSSMasonryLayout feature flag. The spec definition for masonry-fill can be found here: https://tabatkins.github.io/specs/css-masonry/#masonry-fill.
Bug: 343257585
Change-Id: Iaec9a23dce2a2117c84cd40d096b7edc69248e37
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6089846
Reviewed-by: Ethan Jimenez ethavar@microsoft.com
Reviewed-by: Sam Davis Omekara samomekarajr@microsoft.com
Commit-Queue: Celeste Pan celestepan@microsoft.com
Reviewed-by: Alison Maher almaher@microsoft.com
Reviewed-by: Kurt Catti-Schmidt kschmi@microsoft.com
Cr-Commit-Position: refs/heads/main@{#1396284}