Skip to content

Releases: web-platform-tests/wpt

merge_pr_49302

21 Nov 17:33
Compare
Choose a tag to compare

Prevents for h264 attaching SPS and PPS Nalu if already present on Windows

This patch prevents adding the SPS and PPS present in extradata WMFMediaDataEncoder,
if the data already contains SPS and PPS. Otherwise, the resulting Byte stream would
not be spec complained and be rejected by Chromium, for example.
It also includes a WPT test.

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1927280
gecko-commit: 8588b5f0f391f973a081a9495182dc73135b388b
gecko-reviewers: chunmin

merge_pr_49293

21 Nov 00:34
Compare
Choose a tag to compare

webnn: Support int4 dequantization and per-channel quantization

1, Emulate the quantize operation whose calculation follows the
expression clamp(tfl.round(input / scale) + zeroPoint, 0, 255).
2, Support pre-channel quantization and dequantization
3, Support int4 dequantization, but quantization operation doesn't
support int4 for tfl.quantize operator and it can't be emulated
because the cast operation also doesn't support int4.

Bug: 375614290, 376722724
Change-Id: Iccbf69d8426e5729b35455357c99f00effaa21e2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6015965
Commit-Queue: Junwei Fu junwei.fu@intel.com
Reviewed-by: ningxin hu ningxin.hu@intel.com
Reviewed-by: Reilly Grant reillyg@chromium.org
Cr-Commit-Position: refs/heads/main@{#1385963}

merge_pr_49292

21 Nov 10:42
Compare
Choose a tag to compare

Add nested ::marker styling test

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

merge_pr_49283

21 Nov 19:29
Compare
Choose a tag to compare

Enable additional console tests in ShadowRealms

These seem to have been missed in #34361.

merge_pr_49298

20 Nov 21:22
0829f93
Compare
Choose a tag to compare

[wptrunner] Recognize "tab crashed" as a crash status code. (#49298)

merge_pr_49296

20 Nov 21:33
Compare
Choose a tag to compare

Only skip item-less container fragments when past 1st inline fragment.

As already noted, InlineCursor is capable of taking us to the
first container fragment for a LayoutInline, so don't examine fragments
preceding this one.

Bug: 379779786
Change-Id: I3471c2253acdca29851ec15df703e237ac1cb422
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6035412
Reviewed-by: Koji Ishii kojii@chromium.org
Commit-Queue: Morten Stenshorne mstensho@chromium.org
Reviewed-by: Xianzhu Wang wangxianzhu@chromium.org
Cr-Commit-Position: refs/heads/main@{#1385875}

merge_pr_49295

20 Nov 19:01
Compare
Choose a tag to compare

IDB WPTs: Extend event-dispatch-active-flag IDB WPT to workers

This IndexedDB WPT currently only runs in a window environment. This
change extends it to also run in dedicated, shared, and service worker
environments. As part of this update, repetitive code has been pulled
out into helper methods.

Bug: 41455766
Change-Id: I018cb4649449bf4d7bbdaa9b6b13ee861d53cc0d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5951326
Reviewed-by: Abhishek Shanthkumar abhishek.shanthkumar@microsoft.com
Commit-Queue: Rahul Singh rahsin@microsoft.com
Cr-Commit-Position: refs/heads/main@{#1385763}

merge_pr_49294

20 Nov 17:14
Compare
Choose a tag to compare

Enable PaintMixin for paint-timing

Paint timing now exposes paintTime/presentationTime in addition to
startTime, behind a PaintTimingMixin flag.

See I2P: https://groups.google.com/a/chromium.org/g/blink-dev/c/qNlXvvb3i6g/m/fDBXXZM4AAAJ

Bug: 378827535
Change-Id: I688f78c797df41d9b23d33c6a4ff0bed35cc2103
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6017948
Reviewed-by: Michal Mocny mmocny@chromium.org
Commit-Queue: Noam Rosenthal nrosenthal@chromium.org
Cr-Commit-Position: refs/heads/main@{#1385703}

merge_pr_49291

20 Nov 12:33
Compare
Choose a tag to compare

Fix a crash in -webkit-gradient() parsing.

This happens when color-stop() has calc() expressions that are not
possible to evaluate before the computed style is evaluated.
The fix is trivial, though, as we already have the machinery in place
to deal with such values (possibly due to other gradient types?).

Bug: 40946458
Change-Id: Idf28e9880694564cc3999f9bf927c557a3010c9a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6033606
Reviewed-by: Rune Lillesveen futhark@chromium.org
Commit-Queue: Steinar H Gunderson sesse@chromium.org
Cr-Commit-Position: refs/heads/main@{#1385575}

merge_pr_49290

20 Nov 11:50
Compare
Choose a tag to compare

Fix failing WPTs introduced by https://crrev.com/c/5937916

There are few failures introduced by WPT import in the editing component
where the editing includes delete command alongwith the white-space CSS
properties. This CL fixes the failing WPTs by setting the expectation as
per the CSS specification linked below.

https: //www.w3.org/TR/css-text-3/#white-space-property
Bug: 373924023
Change-Id: Ic10969ddcb22c2a0895fb9c1c3cb539fdd7e8f4d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5952649
Reviewed-by: Siye Liu siliu@microsoft.com
Commit-Queue: Utkarsh Pathak utpathak@microsoft.com
Reviewed-by: Koji Ishii kojii@chromium.org
Cr-Commit-Position: refs/heads/main@{#1385559}