Releases: web-platform-tests/wpt
merge_pr_49990
Add WPTs for negotiating H265 with minimal level-id in SDP answers.
Add test coverage for w3c/webrtc-pc#3023 which
unblocks merging the PR (it has "editors can integrate"). Specifically
it should be possible to negotiate H265 even if the level-id is
downgraded in the SDP answer (not throwing on level-id mismatch).
- H265 is behind flags so a virtual test suite is added.
- If bot lacks HW capabilities to do H265, the tests will
PRECONDITION_FAILED. To avoid reverting tests we will allow the bots
to both pass and fail, I filed crbug.com/388299759.
Some of the tests FAIL even when they run: passing these tests will be
covered by crbug.com/381407888.
Bug: chromium:381407888, webrtc:41480904, chromium:388299759
Change-Id: Ie017560b4310418a4c9ed854dcb09136b9b446e7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6148192
Reviewed-by: David Baron [email protected]
Commit-Queue: Henrik Boström [email protected]
Reviewed-by: Evan Shrubsole [email protected]
Cr-Commit-Position: refs/heads/main@{#1404052}
merge_pr_49982
Revert "bluetooth: Add log for debugging flaky issue 1430625"
This reverts commit 480ab2f6779dfd0ceb88298f8a828b9d3f881d90.
Reason for revert: No longer need these debug message.
Original change's description:
bluetooth: Add log for debugging flaky issue 1430625
Add more logging for the test characteristic-is-removed.https.window.js
to identify which step of the process is causing the timeout on Mac CI
builder Mac10.14.Bug: 1430625
Change-Id: I0b266857a3346021814357146ddc0bad2b87df5b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4442286
Reviewed-by: Matt Reynolds [email protected]
Commit-Queue: Jack Hsieh [email protected]
Cr-Commit-Position: refs/heads/main@{#1132113}
Bug: 1430625
Change-Id: I36d9639e4e7f1bbf37b625611239de9282393098
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6159507
Commit-Queue: Jack Hsieh [email protected]
Bot-Commit: Rubber Stamper [email protected]
Cr-Commit-Position: refs/heads/main@{#1403887}
merge_pr_49981
Protect wasm/core from accidental manual changes
merge_pr_49980
Fix some edge cases in WPTs stretch-block-size-003.html and stretch-inline-size-003.html.
As noted in the bug report, I recently added these tests, but they turned out
to fail in Chrome because they were inadvertently depending on a Firefox bug
(specifically https://bugzilla.mozilla.org/show_bug.cgi?id=1940321 ).
This patch removes that inadvertent dependency, which makes them pass in Chrome.
This change does introduce some new test failures in Firefox, which appear to
be cases where we're over-counting the border/padding on the abspos element;
I'll investigate and address those failures in a followup, but for now I'm
aiming to make the test's expectations correct.
Differential Revision: https://phabricator.services.mozilla.com/D233471
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1940367
gecko-commit: fa002a402ee102a8f3985a758fec7509f8667ec4
gecko-reviewers: layout-reviewers, emilio
merge_pr_49976
Reland "[shared storage] Implement sharedStorage.batchUpdate() for PA worklet"
This is a reland of commit f0cab8e2346b2a62aa3be1d5a41ec7737bf335af
The original CL incorrectly attempted to access
args[0].Asv8::Object() even when the initial IDL validation
(args_converter.is_success() && !args[0]->IsObject()) failed. This
could lead to unpredictable behavior as args[0] might not be a valid
object. This reland fixes this by ensuring that
args[0].Asv8::Object() is only accessed when
args_converter.is_success() is true.
Code changes: see the diff between Patchset 1 and Patchset 2
Original change's description:
[shared storage] Implement sharedStorage.batchUpdate() for PA worklet
Add sharedStorage.batchUpdate() function. Parse arguments into
the 'methods' sequence and a 'with_lock' optional flag, and
propagate the result to the browser process to invoke the
SharedStorageLockManager::SharedStorageBatchUpdate()
API.This allows developers to perform multiple Shared Storage operations atomically within a single lock, as part of the Web
Lock integration proposal:Fuchsia-Binary-Size: Size increase is unavoidable.
Bug: 373899210
Change-Id: Ic6e9f794d78523ec9f6b87f37fb5e91f17635c58
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6072850
Commit-Queue: Yao Xiao [email protected]
Reviewed-by: Maks Orlovich [email protected]
Reviewed-by: Cammie Smith Barnes [email protected]
Reviewed-by: Giovanni Ortuno Urquidi [email protected]
Cr-Commit-Position: refs/heads/main@{#1401673}
Bug: 373899210
Change-Id: I1782e6af1de95cc643053aa80c2a15f601da56a5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6132126
Reviewed-by: Maks Orlovich [email protected]
Reviewed-by: Giovanni Ortuno Urquidi [email protected]
Commit-Queue: Yao Xiao [email protected]
Cr-Commit-Position: refs/heads/main@{#1403952}
merge_pr_49974
Avoid crashing trying to invalidate from pseudo-element in :has introduced through nesting.
Differential Revision: https://phabricator.services.mozilla.com/D233532
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1940212
gecko-commit: 44f971223b3786a3f9fac7043d1274f4e65b4990
gecko-reviewers: firefox-style-system-reviewers, emilio
merge_pr_49972
Add WPT for installOnDeviceSpeechRecognition and onDeviceSpeechRecognitionAvailable
This CL adds web platform tests for the installOnDeviceSpeechRecognition and onDeviceSpeechRecognitionAvailable methods of the Web Speech API.
Change-Id: If3c9d54bca005dbbd8aa625df5821884761a446e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6150488
Commit-Queue: Evan Liu [email protected]
Reviewed-by: Frank Liberato [email protected]
Cr-Commit-Position: refs/heads/main@{#1403950}
merge_pr_49979
Migrate backdrop-filter tests to WPT
These tests were written before WPT supported fuzzy-matching,
and these tests require fuzziness. This CL migrates them, updates
them, and adds fuzziness where needed. Note that one test
(backdrop-filter-browser-zoom.html) is left as a web_test because
it uses testRunner.setPageZoomFactor()
.
Fixed: 41467763
Change-Id: I5480a0d87dc72fb707cc22ac034929d32f3b439f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6150610
Commit-Queue: Mason Freed [email protected]
Auto-Submit: Mason Freed [email protected]
Reviewed-by: Xianzhu Wang [email protected]
Cr-Commit-Position: refs/heads/main@{#1403806}
merge_pr_49978
Add a runtime enabled feature for potential permissions policy violation
Implements w3c/webappsec-permissions-policy#546
Bug: 40941424
Change-Id: I969a7ce326986b2a05f9417038f5d164ca6308dc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5925839
Reviewed-by: Ian Clelland [email protected]
Reviewed-by: Mustafa Emre Acer [email protected]
Auto-Submit: Jun Kokatsu [email protected]
Commit-Queue: Mustafa Emre Acer [email protected]
Cr-Commit-Position: refs/heads/main@{#1403647}
merge_pr_49977
webnn: add more gru tests
Add coverage for reset_after=true and bidirection cases.
Increase ULP to 6 for bidirectional.
Bug: 360052663
Change-Id: Ic488a211625b8d74be7242412af631fb65cc0698
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5991963
Reviewed-by: ningxin hu [email protected]
Commit-Queue: Phillis Tang [email protected]
Cr-Commit-Position: refs/heads/main@{#1403673}