Skip to content

Releases: web-platform-tests/wpt

merge_pr_53874

23 Jul 03:22
Compare
Choose a tag to compare

[css-anchor-position-1] Add tests for interaction of anchor() and position-area

merge_pr_53906

22 Jul 21:32
Compare
Choose a tag to compare

[FedCM] Adding preventSilentAccess in fedcm_test

Removing preventSilentAccess from individual tests and adding it
to fedcm_test itself. This reduces flakiness for tests during a
test run.

Bug: 41482163
Change-Id: I5c9fbbaaae24df4823fc021b7c587b2f3f1c3b4d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6774504
Reviewed-by: Nicolás Peña npm@chromium.org
Reviewed-by: Christian Biesinger cbiesinger@chromium.org
Commit-Queue: Jaimukund Bhan bhanjaimukund@gmail.com
Cr-Commit-Position: refs/heads/main@{#1490401}

merge_pr_53905

22 Jul 20:19
Compare
Choose a tag to compare

Fire error events for invalid speculation rules tags (#53822)

This CL introduces error handling for <script type=speculationrules>
with invalid ruleset-level tags. This changes the behavior: previously
we would ignore such tags and preload with the null tag. But now, we
error the entire <script type=speculationrules>, since it is better to
avoid preloading if the web developer is expecting it to get a certain
tag and we cannot fulfill that request.

This matches the spec update at
whatwg/html#11426.

Bug: None
Change-Id: I5d2211510bd4e3a3ecce15010325b411f18fde3a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6746174
Commit-Queue: Domenic Denicola domenic@chromium.org
Reviewed-by: Danil Somsikov dsv@chromium.org
Reviewed-by: Hiroki Nakagawa nhiroki@chromium.org
Cr-Commit-Position: refs/heads/main@{#1488633}

merge_pr_53903

22 Jul 18:48
Compare
Choose a tag to compare

[CompositeClipPathAnimation] Add test for zero-duration animation

Bug: 40503852
Change-Id: I1872fabfb72034e53e5d6de54fe868f8c00b37fe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6733642
Reviewed-by: Olga Gerchikov gerchiko@microsoft.com
Reviewed-by: Kevin Ellis kevers@chromium.org
Commit-Queue: Claire Chambers clchambers@microsoft.com
Cr-Commit-Position: refs/heads/main@{#1490282}

merge_pr_53901

22 Jul 17:01
Compare
Choose a tag to compare

Check whole complex selector for host in selector lists

The code path for featureless matching only considered the first simple
selector instead of the whole complex selector. First, the whole
compound must be considered, then if there is a combinator the selector
matching must fail since the featureless element cannot be combined with
other elements.

Re-enable flag that was set to 'test' in [1].

[1] https://chromium-review.googlesource.com/c/chromium/src/+/6772923

Bug: 432839793, 378966977

Change-Id: I40792bc3531a3c1ffe99022ff54b8506709c53c7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6773592
Reviewed-by: Kevin Babbitt kbabbitt@microsoft.com
Commit-Queue: Rune Lillesveen futhark@chromium.org
Cr-Commit-Position: refs/heads/main@{#1490224}

merge_pr_53894

22 Jul 16:58
Compare
Choose a tag to compare

Part 2: Add tests for DOM attribute setter with no arguments

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1974950
gecko-commit: d175cc1d3a07f60bf0dfcb4e036574f14b32d1a7
gecko-reviewers: smaug, saschanaz

merge_pr_53893

22 Jul 11:19
Compare
Choose a tag to compare

Reset listbox select overflow rules for base appearance

We shouldn't hide content because it is too wide. I'm not sure why
appearance:auto has this.

Bug: 357649033
Change-Id: Ib8d55c633342eefe72665058594119c1a032b7ae
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6762471
Reviewed-by: Dominic Farolino dom@chromium.org
Commit-Queue: Dominic Farolino dom@chromium.org
Auto-Submit: Joey Arhar jarhar@chromium.org
Cr-Commit-Position: refs/heads/main@{#1490055}

merge_pr_53892

22 Jul 16:53
Compare
Choose a tag to compare

Hide MozAppearance from CSSStyleProperties

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1977489
gecko-commit: 9a7a82450d3b01b219fe386b24dcca4fff9e7137
gecko-reviewers: emilio

merge_pr_53890

22 Jul 10:34
Compare
Choose a tag to compare

part 6: Rewrite `AutoInsertParagraphHandler::HandleInHeadingElement

This make AutoInsertParagraphHandler::HandleInHeadingElement:

  • stop splitting the heading element if split at end
  • use SplitParagraphWithTransaction if splitting the heading element

Then, this also cases the failures because not touching the invisible
<br> element in the heading element. Failing with this reason does
not make sense because not touching the heading element saves the
footprint for undo transactions. Therefore, this patch makes the tests
allow the <br>s to stay there.

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1899083
gecko-commit: 8f561bffb2acd6d89f65f5ca6bdeac34ddbf0a78
gecko-reviewers: m_kato

merge_pr_53889

22 Jul 16:48
Compare
Choose a tag to compare

Change wpt crashtests to use test-wait instead of reftest-wait.

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1978304
gecko-commit: 7100d21d0e21cebaf1bf92a6e2e7c5b1fca0f2fa
gecko-reviewers: layout-reviewers, emilio