Skip to content

Releases: web-platform-tests/wpt

merge_pr_49798

20 Dec 13:39
Compare
Choose a tag to compare

[carousel] Move ::column and ::column::scroll-marker tests to WPT

As the spec for these pseudo elements is mature enough and passed
a few reviews, not making them .tentative.

Bug: 365680822
Change-Id: I25a9b9be9392eca1af8b99c21de9539f8415aeb1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6111372
Commit-Queue: Rune Lillesveen futhark@chromium.org
Reviewed-by: Rune Lillesveen futhark@chromium.org
Auto-Submit: Daniil Sakhapov sakhapov@chromium.org
Commit-Queue: Daniil Sakhapov sakhapov@chromium.org
Cr-Commit-Position: refs/heads/main@{#1399112}

merge_pr_49796

20 Dec 09:42
Compare
Choose a tag to compare

Ruby: Fix annotation overhang overlap

If the width of a text item between overhanging ruby columns was shorter
than total overhang amount from both ruby columns, ruby annotations were
overlapped.

To avoid this issue, we limit available size for overhang to a half
of the text item width.

Fixed: 329776386
Change-Id: I1d2724fcf288e951f59de7fbd4a2ffba1223e052
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6108639
Reviewed-by: Koji Ishii kojii@chromium.org
Auto-Submit: Kent Tamura tkent@chromium.org
Commit-Queue: Koji Ishii kojii@chromium.org
Cr-Commit-Position: refs/heads/main@{#1399053}

merge_pr_49793

20 Dec 11:31
Compare
Choose a tag to compare

Fix and mark scroll marker tests as passing.

scroll-marker-011-ref.html: Wrap each letter inside a span, to better
match the tests, and add overflow:hidden as well, in case glyphs have
negative bearing.

column-scroll-marker-reattach-target-current.html now needs its own ref
instead of piggy-backing on scroll-marker-011-ref.html

column-scroll-marker-008.html: Wrap each letter inside a span, to better
match the ref.

scroll-marker-group-013-ref.html: Add a third column. Some fonts have
negative left bearing, so that text from the third column may overflow
into the second.

Bug: 332396355
Change-Id: Ife972731809d95c547c6215ab86aea8b2b40913e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6110413
Reviewed-by: Rune Lillesveen futhark@chromium.org
Commit-Queue: Morten Stenshorne mstensho@chromium.org
Reviewed-by: Daniil Sakhapov sakhapov@chromium.org
Cr-Commit-Position: refs/heads/main@{#1399082}

merge_pr_49784

20 Dec 12:43
Compare
Choose a tag to compare

r=frontend-codestyle-reviewers,perftest-reviewers,mossop,sparky

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1937739
gecko-commit: da94cbd1e50bb00947ef6bb689b17fbf336e2519

merge_pr_49783

20 Dec 01:38
Compare
Choose a tag to compare

Fixed purely physical mapping bug for vertical text and decorations.

This fix was achieved by replacing DrawLooper with a filter and implementing the translation of the shadow offset using the value of writing mode.

Additionally, this CL is a portion of the fix discussed in a previous CL regarding text-shadow (please refer to the discussion at https://chromium-review.googlesource.com/c/chromium/src/+/5380302).

Therefore, a fix for the painting order of text and decoration shadows will follow.

Bug: 40829719
Change-Id: I9186e1673d14ba419a791efb09060c6f876d5b8d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5484626
Reviewed-by: Fredrik Söderquist fs@opera.com
Reviewed-by: Stephen Chenney schenney@chromium.org
Commit-Queue: Stephen Chenney schenney@chromium.org
Cr-Commit-Position: refs/heads/main@{#1398959}

merge_pr_49775

20 Dec 09:30
44c2b3b
Compare
Choose a tag to compare

Add test checking the presence of deviceId in screen share video track (#49775)

  • Add test checking the presence of deviceId in screen share video track

  • Removing alert call and removing unneeded whitespace

merge_pr_49785

19 Dec 20:53
Compare
Choose a tag to compare

Remove some image resources

These were used for the element which has already been
removed.

Change-Id: I73db72dea972e2d3b70e6071f8592249355d4c50
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6103162
Reviewed-by: Di Zhang dizhangg@chromium.org
Commit-Queue: Joey Arhar jarhar@chromium.org
Cr-Commit-Position: refs/heads/main@{#1398785}

merge_pr_49781

19 Dec 16:14
Compare
Choose a tag to compare

Add WPT covering behavior of partitioned cookies in multiple iframes

This test shows that if a partitioned cookie is accessible to one
document then it will be accessible to other same site documents.
Regardless of if the document was present before or was added after the cookie was set. Similarly, changes made to the cookie in one
iframe will impact the partitioned cookie in another iframe.

Bug: 384523105
Change-Id: I8abc572904175d43041b1c37426c3e0700c5c0d4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6101781
Auto-Submit: Aaron Selya selya@google.com
Reviewed-by: Dylan Cutler dylancutler@google.com
Commit-Queue: Dylan Cutler dylancutler@google.com
Cr-Commit-Position: refs/heads/main@{#1398554}

merge_pr_49780

19 Dec 17:14
Compare
Choose a tag to compare

Avoid negative available size for page margin boxes.

@page margins may be negative, so we cannot use them directly as widths
or heights. Clamp negative values to zero.

Bug: 384959130
Change-Id: Iab23c37ba74b9718c88649a5f3abe743d4202986
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6110213
Reviewed-by: Ian Kilpatrick ikilpatrick@chromium.org
Commit-Queue: Morten Stenshorne mstensho@chromium.org
Cr-Commit-Position: refs/heads/main@{#1398618}

merge_pr_49774

19 Dec 13:09
Compare
Choose a tag to compare

Fix feImage rendering of SVG images in some cases

The FEImage class is relying on the bogus size from SVGImage. Make it
use SVGImageForContainer instead.

Bug: 41357911
Change-Id: I1853f321cb788378c71da332847fa8d1d2a57915
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6105795
Reviewed-by: Philip Rogers pdr@chromium.org
Commit-Queue: Philip Rogers pdr@chromium.org
Auto-Submit: Fredrik Söderquist fs@opera.com
Cr-Commit-Position: refs/heads/main@{#1398507}