Releases: web-platform-tests/wpt
merge_pr_49862
Add a testcase
This patch introduces a new WPT verifying that VideoDecoder
can decode
data without providing an image size during configure()
step. Although
the issue was initially observed with the VP8 decoder
(FFmpegVideoDecoder via libvpx), the test applies to all supported
codecs, ensuring robust behavior across different decoder
implementations.
Differential Revision: https://phabricator.services.mozilla.com/D232914
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1928120
gecko-commit: a5f9a1eab5a88273e0a30b3610530bca0c94850e
gecko-reviewers: media-playback-reviewers, alwu
merge_pr_49859
part 14) Add WPTs for checking parseFromString
's trusted types' sink string of the default policy.
Differential Revision: https://phabricator.services.mozilla.com/D232508
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1907849
gecko-commit: 4b9f0161c5ae020946dbc2063b8263682cfab762
gecko-reviewers: smaug
merge_pr_49858
[wdspec] Address pointer navigation rounding isses of mouse target position.
This patch updates the pointer navigation tests for both BiDi
and classic WebDriver protocols to handle rounding discrepancies
when asserting mouse target positions.
Differential Revision: https://phabricator.services.mozilla.com/D232966
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1936619
gecko-commit: 2d75a55e1b308be22b97a8d9c100f2a9e3121df9
gecko-reviewers: webdriver-reviewers, jdescottes
merge_pr_49693
Reinitialize BrowserManager's command queue after it is recreated (#49693)
- Reinitialize BrowserManager's command queue after it is recreated
This will allow init_failed message be sent back to TestRunnerManager if
timeout happens when start the browser.
Also set the start browser timeout value to 65 seconds to align with the
default browser startup timeout value.
Bug: 381944656
merge_pr_49856
Make label click WPT stop timing out
This patch refactors a WPT to expect a click event after waiting for
test_driver to complete its inputs instead of just waiting forever for a
click event.
As a result, it is clearer that this test is only failing on
content_shell due to functionality within test_driver.
Bug: 40756672
Change-Id: Id3debff7f74c8db9e0c30c9fadcae60a54a10755
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6126506
Reviewed-by: Di Zhang [email protected]
Commit-Queue: Joey Arhar [email protected]
Cr-Commit-Position: refs/heads/main@{#1400951}
merge_pr_49788
webnn: add fp16 conformance tests for reduction operations
Bug: 345280754
Change-Id: I3af0156228cf9cbcddfdf5c34916e76596af1519
Cq-Include-Trybots: luci.chromium.try:win11-blink-rel, mac14.arm64-blink-rel, mac15.arm64-blink-rel, mac15-blink-rel, linux-blink-rel
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5997013
Reviewed-by: ningxin hu [email protected]
Auto-Submit: Feng Dai [email protected]
Reviewed-by: Austin Sullivan [email protected]
Commit-Queue: Feng Dai [email protected]
Cr-Commit-Position: refs/heads/main@{#1400866}
merge_pr_49855
Adjust fuzzy for android customizable select WPTs
This patch widens the fuzzy parameters for some customizable select WPTs
on android.
Bug: 386249939
Change-Id: I0c3107bb26af3db5358793f9dcf37d6e1d762559
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6127489
Reviewed-by: Di Zhang [email protected]
Commit-Queue: Joey Arhar [email protected]
Cr-Commit-Position: refs/heads/main@{#1400611}
merge_pr_49852
De-flake customizable select reftests
Most of the flakes are happening because the appearance property is
changed while the picker is open which closes the picker. Adding some
rAFs will hopefully prevent computed style from changing while the
picker is open.
Fixed: 383825172, 384363006, 384401571, 384198071, 383884638
Change-Id: Ia88a2eef5fd5d4db8191bbb24058fbf05ee497b0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6120129
Reviewed-by: Di Zhang [email protected]
Commit-Queue: Joey Arhar [email protected]
Cr-Commit-Position: refs/heads/main@{#1400575}
merge_pr_49848
Fix SpeechRecognition-basics.https.html WPT
This CL fixes a speech recognition web platform test.
Fixed: 386258722
Change-Id: Id7cd6d18a670dc3eacd8ad35bf27982963bd536b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6125439
Reviewed-by: Frank Liberato [email protected]
Auto-Submit: Evan Liu [email protected]
Commit-Queue: Frank Liberato [email protected]
Cr-Commit-Position: refs/heads/main@{#1400414}
merge_pr_49713
Deprecate and remove web bundle directFromSellerSignals
The header-based version of directFromSellerSignals
(directFromSellerSignalsHeaderAdSlot) is unaffected.
Also, adds a WPT negative test, and uses a feature flag to control the
removal.
Usage metrics for web-bundle directFromSellerSignals are extremely low [0].
I2D&R thread [1].
[0] https://chromestatus.com/metrics/feature/timeline/popularity/5034
[1] https://groups.google.com/a/chromium.org/g/blink-dev/c/t9gHiTwV370
Bug: 384481095
Change-Id: I36d6ba9dbbeef4c434d00f5ba61cb1696bfbe11d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6096602
Reviewed-by: Mike Taylor [email protected]
Commit-Queue: Paul Jensen [email protected]
Cr-Commit-Position: refs/heads/main@{#1400484}