Skip to content

Releases: web-platform-tests/wpt

merge_pr_49687

13 Dec 23:27
Compare
Choose a tag to compare

[wasm][jspi] Fix wpt tests for new API

Bug: 377577806
Change-Id: I0eedc83b3af164625e53b3ab8b7cbbe6c02e5582
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6092003
Reviewed-by: Derek Schuff dschuff@chromium.org
Reviewed-by: Shu-yu Guo syg@chromium.org
Commit-Queue: Francis McCabe fgm@google.com
Cr-Commit-Position: refs/heads/main@{#1396223}

merge_pr_49684

13 Dec 20:48
Compare
Choose a tag to compare

Make customizable select options listen to mouseup

mouseup is better than mousedown because it allows the user to click and
drag to choose an option like appearance:auto already does. More
justification here:
whatwg/html#10762 (comment)

Change-Id: Ifa63d497b7dcfbc3d07e19d6a7850bddf57f78fc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6077672
Commit-Queue: Joey Arhar jarhar@chromium.org
Reviewed-by: Traian Captan tcaptan@chromium.org
Cr-Commit-Position: refs/heads/main@{#1396126}

merge_pr_49682

13 Dec 18:55
Compare
Choose a tag to compare

Add flat tree example to dialog complex closedby test

This adds the same test, but ensures flat tree traversals are used
for things.

Bug: 376516550
Change-Id: I405c25e144051583302f55b37de3b9946b787c79
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6092005
Reviewed-by: Di Zhang dizhangg@chromium.org
Commit-Queue: Mason Freed masonf@chromium.org
Auto-Submit: Mason Freed masonf@chromium.org
Cr-Commit-Position: refs/heads/main@{#1396056}

merge_pr_49681

13 Dec 17:56
Compare
Choose a tag to compare

Make closeWatcher.requestClose() not require user activation

Per the conversation here:

openui/open-ui#1128 (comment)

There's a desire to ship closeWatcher.requestClose() along with
dialog.requestclose() both not requiring user activation.

The spec PR has been updated accordingly:
whatwg/html#10737

(in this commit:
whatwg/html@76619aa)

Fixed: 383593252
Change-Id: I8c05e352d8b4964407a1cee36f35372e192e2ca5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6092173
Auto-Submit: Mason Freed masonf@chromium.org
Reviewed-by: David Baron dbaron@chromium.org
Reviewed-by: Mason Freed masonf@chromium.org
Commit-Queue: Mason Freed masonf@chromium.org
Cr-Commit-Position: refs/heads/main@{#1396007}

merge_pr_49678

13 Dec 17:18
Compare
Choose a tag to compare

[css-scroll-snap-2] Rename scroll-start-target to scroll-initial-target

In line with the CSS working group's resolution[1] to rename
scroll-start-target to scroll-initial-target and its keyword auto to
nearest, this patch updates Blink's implementation.

This patch only does the rename on the code in the relevant files. A
follow-up patch will rename the relevant files.

[1] w3c/csswg-drafts#11173 (comment)

Bug: 40909052
Change-Id: I8ec8ab8fbd994f3f737d7c1d6a40af015fc6d2d4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6088389
Reviewed-by: Steve Kobes skobes@chromium.org
Commit-Queue: David Awogbemila awogbemila@chromium.org
Cr-Commit-Position: refs/heads/main@{#1395987}

merge_pr_49669

13 Dec 01:23
Compare
Choose a tag to compare

IDB WPTs: Extend fire-event-exception WPTs to run on workers

This set of IndexedDB WPTs currently only run in a window environment.
This change combines them into a single file and extends them to also
run in dedicated, shared, and service worker environments.

Bug: 41455766
Change-Id: I1bb9cb93e6fbff71fecf251595b456b49452abc7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6087415
Reviewed-by: Steve Becker stevebe@microsoft.com
Commit-Queue: Rahul Singh rahsin@microsoft.com
Cr-Commit-Position: refs/heads/main@{#1395680}

merge_pr_49667

13 Dec 10:30
Compare
Choose a tag to compare

Disable skipping line-clamped lines by default for now.

The right thing to do long term is to probably allow abspos boxes and so
on, but let's revert to our previous behavior for now adding a pref.

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1934547
gecko-commit: 7e2ae0e42af3c7bef3e608f047d4d05ddbccf8c0
gecko-reviewers: dholbert, layout-reviewers

merge_pr_49665

13 Dec 10:31
Compare
Choose a tag to compare

Part 2 - Fix flex item's stretched cross size with box-sizing:border-box when computing flex container's intrinsic inline size.

When the flex item has 'box-sizing:border-box', we should subtract its margin
when computing its stretched cross size.

The testcase is adapted from aspect-ratio-intrinsic-size-008.html, with
"box-sizing:border-box" added to the flex item.

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1936370
gecko-commit: c9a7242c12e360a34bcbcec1824abd9fe8cdc81b
gecko-reviewers: dholbert

merge_pr_49664

13 Dec 00:07
39138b0
Compare
Choose a tag to compare

[lint] Allow {ref,print-ref,crash}tests to use testdriver.js (#49664)

Relax the TESTDRIVER-IN-UNSUPPORTED-TYPE rule now that
#48486 has landed.

wpt lint still bans testdriver.js in manual tests, since there's
no external WebDriver program to drive testdriver.

merge_pr_49661

13 Dec 03:27
Compare
Choose a tag to compare

webnn: validate context supports test graph

This CL is to add validateContextSupportsGraph() to assert input and
output of unsupported data type.

Bug: 345280754
Change-Id: Id105cb365219c67c970b930c9f0f1ec1b646f881
Cq-Include-Trybots: luci.chromium.try:win11-blink-rel, mac14.arm64-blink-rel, mac15.arm64-blink-rel, mac15-blink-rel
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5980876
Reviewed-by: ningxin hu ningxin.hu@intel.com
Auto-Submit: Feng Dai feng.dai@intel.com
Commit-Queue: Feng Dai feng.dai@intel.com
Reviewed-by: Austin Sullivan asully@chromium.org
Cr-Commit-Position: refs/heads/main@{#1395708}