Skip to content

Releases: web-platform-tests/wpt

merge_pr_53620

11 Jul 01:12
Compare
Choose a tag to compare

Fix EOL CRs.

Signed-off-by: Josh Matthews [email protected]

merge_pr_53702

10 Jul 20:53
Compare
Choose a tag to compare

Force a stacking context for the scope of a view transition.

Bug: 426218225
Change-Id: Ifdad680f295c82181fbac1547c32d5bb3020eaa7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6714984
Reviewed-by: Vladimir Levin [email protected]
Commit-Queue: Kevin Ellis [email protected]
Cr-Commit-Position: refs/heads/main@{#1485169}

merge_pr_53700

10 Jul 20:02
Compare
Choose a tag to compare

The table element should be repainted whenever the caption-side is changed

Changing the caption-side property of the caption element triggers a
data structure update in the table element. The value of TableGridRect
is correctly calculated, but since the table element was not marked for
repaint, the DisplayItem used cached items. In this case, we mark the
table element for repaint. Updates to the data structure trigger the
cell repainting, while a full repaint of the table element has minimal
impact on performance.

Bug: 40826875
Change-Id: I2261acc390651036d766e40ad62a6dd817771bb3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6717064
Commit-Queue: Peng Zhou [email protected]
Reviewed-by: Ian Kilpatrick [email protected]
Cr-Commit-Position: refs/heads/main@{#1485137}

merge_pr_53699

10 Jul 19:24
Compare
Choose a tag to compare

Fix crash in flex gap suppression code

This CL addresses a crash introduced in crrev.com/c/6657779, caused by
a CHECK failure in the flex gap suppression logic. The CHECK enforces
that the row gap should always be greater than or equal to the
available space in a given fragmentainer. While the assumption itself
is valid, the method used to compute the available space was flawed.

Previously, the available space was derived from intrinsic_block_size_,
which represents the tallest item in the row. However, in cases where
the actual block size of a row exceeds the intrinsic block size, this
calculation becomes inaccurate, leading to the CHECK failure.

This change corrects the calculation by using the previous row’s
block end instead of relying solely on the intrinsic block size. This
ensures a more accurate representation of the available space and
prevents the crash.

Bug: 357648037, 394042462, 429645370
Change-Id: I7115784f601297f9fe1c13113bc145298a0033be
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6720453
Commit-Queue: Sam Davis Omekara [email protected]
Reviewed-by: Alison Maher [email protected]
Cr-Commit-Position: refs/heads/main@{#1485120}

merge_pr_53698

10 Jul 18:50
Compare
Choose a tag to compare

Built-In AI APIs: Fix create-user-activation WPT flakiness

Make EchoAIManager mock model download state per mojo receiver.
Revise WPTs to use PRECONDITION_FAILED if not 'downloadable'; cleanup.
Add FAIL AIExpectations for Chrome testing with side-loaded models.

Bug: 407988949
Change-Id: Icf8f2c538012cc25e3a949350f5afba22a70a40e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6714834
Auto-Submit: Mike Wasserman [email protected]
Commit-Queue: Mike Wasserman [email protected]
Reviewed-by: Brad Triebwasser [email protected]
Cr-Commit-Position: refs/heads/main@{#1485095}

merge_pr_53696

10 Jul 18:15
Compare
Choose a tag to compare

Check properly if a container has perspective.

Don't just check the perspective property, but also if it applies. It
doesn't apply to non-atomic inlines, for instance.

Bug: 430688048
Change-Id: I89136637722b999fccc2b153c35a5cdb4f061355
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6722591
Commit-Queue: Morten Stenshorne [email protected]
Reviewed-by: Ian Kilpatrick [email protected]
Cr-Commit-Position: refs/heads/main@{#1485064}

merge_pr_53694

10 Jul 10:00
Compare
Choose a tag to compare

[SVG] Add CSS width and height support for element

This CL introduces support for applying width and height as CSS
properties to SVG element. The primary change is that the
viewport size for a element referencing a is
now determined by the computed width and height of the element,
rather than the attributes or styles of the or another
element.

Key Behavior Changes:

  1. Enables width and height as presentation attributes on .
  2. Viewport resolution prioritizes 's width and height over
    's or another element.

Bug: 41413321
Change-Id: I638361ac3f2d2d30b1a282f47358aa2f19054644
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6646865
Reviewed-by: Divyansh Mangal [email protected]
Commit-Queue: Virali Purbey [email protected]
Reviewed-by: Dileep Maurya [email protected]
Cr-Commit-Position: refs/heads/main@{#1484841}

merge_pr_53693

10 Jul 16:59
Compare
Choose a tag to compare

[wdspec] Remove tests for FTP proxy which is no longer supported.

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1972670
gecko-commit: 727fd3168eb3ca4349a189b16b133b03b37780b2
gecko-reviewers: webdriver-reviewers, Sasha

merge_pr_53692

10 Jul 04:49
Compare
Choose a tag to compare

[css-anchor-position-1][css-align-3] Add tests for overflowing anchor-center alignment

w3c/csswg-drafts#12020

merge_pr_53679

10 Jul 05:34
Compare
Choose a tag to compare

Prevent shadowing of document properties in Nightly.

See also: whatwg/html#10687

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1976243
gecko-commit: 9a3f9bc05d6bcda4935eda1f21f51ebed7ec0cca
gecko-reviewers: dom-core, smaug