Skip to content

Releases: web-platform-tests/wpt

merge_pr_45343

26 Mar 14:02
Compare
Choose a tag to compare

Revert "webnn: Migrate gemm validation tests to WPTs"

This reverts commit a303575cfa0453d68d30ca945fa0c4341272c75a.

Reason for revert: Speculative revert to fix WebKit Win10 builders
sample failure:
https://ci.chromium.org/ui/p/chromium/builders/ci/WebKit%20Win10/131326/overview

Original change's description:

webnn: Migrate gemm validation tests to WPTs

This CL adds WPT tests for gemm and removes the unit tests MLGraphBuilderTest.GemmTest and MLGraphTestMojo.GemmTest.

Bug: 327337526, 328026885
Change-Id: If7d11f7cd8069f3dab347b2b3328f67b1a009d4a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5384098
Reviewed-by: Austin Sullivan asully@chromium.org
Commit-Queue: Shanxing Mei shanxing.mei@intel.com
Reviewed-by: ningxin hu ningxin.hu@intel.com
Cr-Commit-Position: refs/heads/main@{#1278143}

Bug: 327337526, 328026885
Change-Id: Id3b630ba5a9da1f507d20597c13b046ae16c7508
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5392963
Bot-Commit: Rubber Stamper rubber-stamper@appspot.gserviceaccount.com
Commit-Queue: Fahad Mansoor fahadmansoor@google.com
Owners-Override: Fahad Mansoor fahadmansoor@google.com
Cr-Commit-Position: refs/heads/main@{#1278264}

merge_pr_45336

26 Mar 20:43
Compare
Choose a tag to compare

ViewTransitions: Update WICG links to CSSWG drafts

R=khushalsagar@chromium.org, bokan@chromium.org

Change-Id: Ia287188844b885ace1c3a4544fc2e1f0b6b32fc9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5394194
Reviewed-by: Rakina Zata Amni rakina@chromium.org
Auto-Submit: Vladimir Levin vmpstr@chromium.org
Reviewed-by: David Bokan bokan@chromium.org
Commit-Queue: Vladimir Levin vmpstr@chromium.org
Reviewed-by: Joe Mason joenotcharles@google.com
Cr-Commit-Position: refs/heads/main@{#1278480}

merge_pr_45335

26 Mar 05:39
c399cf9
Compare
Choose a tag to compare

fix #45334 - Adds tests for gap serialization. (#45335)

Adds a couple of tests for testing the values when setting gap.
Fix #45334

merge_pr_45333

26 Mar 02:15
Compare
Choose a tag to compare

Revert "[Invokers] Only dispatch invoke for built-ins or actions containing '-'"

This reverts commit 87ca363c4a89ce638bb9dbfba8ad71b967e1bcbe.

Reason for revert: invoketarget-on-details-invalid-behavior.tentative.html failing on multiple builders

Original change's description:

[Invokers] Only dispatch invoke for built-ins or actions containing '-'

(This relands
https://chromium-review.googlesource.com/c/chromium/src/+/5366502 after
fixing timeout issues in
https://chromium-review.googlesource.com/c/chromium/src/+/5372478)

This change refactors the HandleInvokeInternal calls to use an enum
class of known attribute values including a kCustom key which can determine if the invoke action meets the criteria for being
a "custom" action - that is it includes a dash (see
whatwg/html@b40ba86).

This also updates the tests to reflect this; only actions with a -, or
otherwise known actions, will dispatch an event. All other actions do
not, and must be manually dispatched. This does not preclude web authors
from manually dispatching said events.

Bug: 40947660
Change-Id: Ie6efeac7991c449b54d0c8b7ed360501ae5c8d37
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5388656
Reviewed-by: Joey Arhar jarhar@chromium.org
Reviewed-by: Mason Freed masonf@chromium.org
Auto-Submit: Keith Cirkel chromium@keithcirkel.co.uk
Commit-Queue: Joey Arhar jarhar@chromium.org
Cr-Commit-Position: refs/heads/main@{#1277851}

Bug: 40947660
Change-Id: I89f4d5efaba810d345c571d558cb826b263dd907
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5393427
Owners-Override: Matt Reynolds mattreynolds@chromium.org
Auto-Submit: Matt Reynolds mattreynolds@chromium.org
Bot-Commit: Rubber Stamper rubber-stamper@appspot.gserviceaccount.com
Commit-Queue: Matt Reynolds mattreynolds@chromium.org
Cr-Commit-Position: refs/heads/main@{#1278027}

merge_pr_45332

26 Mar 23:51
Compare
Choose a tag to compare

Fenced frames: DisableUntrustedNetwork applies to shared workers

We already get this from the partition nonce work that was done
previously. This CL adds a WPT to confirm that the partition nonce
network disabling also works for shared workers created by fenced
frames.

This CL also adds a test to confirm that a shared worker cannot be used
to postMessage() across a fenced boundary. We already get this behavior
because a fenced frame is treated as being cross-origin, which means the
shared worker will not be shared across fenced frame boundaries, even if
being loaded in a document that is same-origin to the fenced frame.

Change-Id: Ib06a266d85aca3a403221c9eddd839184fb5b6ed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5394299
Reviewed-by: Andrew Verge averge@chromium.org
Commit-Queue: Liam Brady lbrady@google.com
Cr-Commit-Position: refs/heads/main@{#1278653}

merge_pr_45327

26 Mar 03:50
Compare
Choose a tag to compare

[css-anchor-position] Add basic position-visibility tests

This patch adds basic tests for the new position-visibility property.
The specification is in-progress and is based on:
w3c/csswg-drafts#7758 (comment)

Bug: 329703412
Change-Id: I460662f1a131336d9b17cdd597eecf4879c2414e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5393391
Auto-Submit: Philip Rogers pdr@chromium.org
Commit-Queue: Philip Rogers pdr@chromium.org
Reviewed-by: Xianzhu Wang wangxianzhu@chromium.org
Commit-Queue: Xianzhu Wang wangxianzhu@chromium.org
Cr-Commit-Position: refs/heads/main@{#1278060}

merge_pr_45326

26 Mar 17:56
b847b10
Compare
Choose a tag to compare

Add ChromeiOS version support (#45326)

  • Add ChromeiOS version support

  • fix

  • fix

  • fix

merge_pr_45324

26 Mar 00:34
Compare
Choose a tag to compare

[FedCM] Fix the implementation of test_driver.get_fedcm_dialog_title

It is supposed to return a dictionary:
https://fedidcg.github.io/FedCM/#webdriver-gettitle

This was causing the test to fail when run against "real"
webdriver:
https://wpt.fyi/results/credential-management/fedcm-context.https.html?label=experimental&label=master

R=npm@chromium.org

Bug: 331237776
Change-Id: I25168e475cd15b93e3fb4f175ec697ab5b027023
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5394270
Reviewed-by: Nicolás Peña npm@chromium.org
Commit-Queue: Christian Biesinger cbiesinger@chromium.org
Cr-Commit-Position: refs/heads/main@{#1277980}

merge_pr_45323

26 Mar 00:41
Compare
Choose a tag to compare

[FedCM] Normalize origins

In particular, on wpt.live, "origin" includes a default port of :443
but event.origin does not. Roundtrip both through new URL() so that
they get normalized the same way.

Bug: 331237776
Change-Id: I5a6857bda9d938232879e5da67cdd4fdace1417f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5394210
Auto-Submit: Christian Biesinger cbiesinger@chromium.org
Reviewed-by: Nicolás Peña npm@chromium.org
Commit-Queue: Christian Biesinger cbiesinger@chromium.org
Cr-Commit-Position: refs/heads/main@{#1277940}

merge_pr_45322

26 Mar 01:12
Compare
Choose a tag to compare

[css-anchor-position] Parsing and computing position-visibility

This patch implements the plumbing for the new position-visibility
property. The specification is in-progress and is based on:
w3c/csswg-drafts#7758 (comment)

Bug: 329703412
Change-Id: I83650e01466fa89285bdbc95f0d04125b398be78
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5390280
Reviewed-by: Xianzhu Wang wangxianzhu@chromium.org
Commit-Queue: Philip Rogers pdr@chromium.org
Reviewed-by: Rune Lillesveen futhark@chromium.org
Cr-Commit-Position: refs/heads/main@{#1277987}