Releases: web-platform-tests/wpt
merge_pr_52185
Fix flakiness in dialog-requestclose.html test
There was a recent change to this test, also to try to
eliminate some flakiness, but that change actually causes
flakiness on Chrome. Here is an example:
https://ci.chromium.org/ui/p/chromium/builders/try/linux-blink-rel/119717/overview
Some steps get missing close
events, and others get
extra close
events from the prior test's cleanup
steps running too late. I've replaced the step_timeout with
a double rAF in the hopes that this fixes flakiness
across browsers. This CL does seem to eliminate problems
in Chrome.
See the conversation here:
Fixed: 413595942
Change-Id: Id6d7bb25588c4b09693ee75b340a727d36da0919
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6492291
Commit-Queue: Di Zhang dizhangg@chromium.org
Auto-Submit: Mason Freed masonf@chromium.org
Reviewed-by: Di Zhang dizhangg@chromium.org
Cr-Commit-Position: refs/heads/main@{#1452049}
merge_pr_52183
Update BTM WPT suggested reviewers list
Change-Id: I14e23e2148625fd046cb2b6ff34d6a010603bc1a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6488802
Reviewed-by: Svend Larsen svend@chromium.org
Reviewed-by: Giovanni Ortuno Urquidi ortuno@chromium.org
Commit-Queue: Giovanni Ortuno Urquidi ortuno@chromium.org
Commit-Queue: Andrew Liu liu@chromium.org
Auto-Submit: Andrew Liu liu@chromium.org
Cr-Commit-Position: refs/heads/main@{#1452007}
merge_pr_52182
[Grid] Fix clamping of nested subgrid's grid-template-areas
This is a variation of
https://chromium-review.googlesource.com/c/chromium/src/+/5446325
but in a different part of the code.
-
Fixes an issue with a subgrid's
grid-template-areas
where the grid
lines created from a named grid area within a standalone axis would
be incorrectly clamped to the span of a single track.This occurred because we use
1
as the default number of tracks for
a standalone axis. Instead, this change entirely avoids clamping the
named grid areas and behaves as if it were a regular grid container.This is the last piece of the code that was relying on defaults of
1
when only one axis is subgridded, so we shouldn't see similar
bugs after this. However, I have discovered another class of bugs
related to grid areas in subgrids that I'll do as a follow-up. -
Adding test coverage to the WPT suite for this issue.
Bug: 413062258
Change-Id: I95139d99c4668da172dfd1caaa797247472d9986
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6490407
Commit-Queue: Kurt Catti-Schmidt kschmi@microsoft.com
Reviewed-by: Ethan Jimenez ethavar@microsoft.com
Cr-Commit-Position: refs/heads/main@{#1452027}
merge_pr_52179
[reading-flow] Can render with carousel
Setting CSS property reading-flow on a carousel scroller is failing
DCHECKs for both the focus navigation and the accessibility tree. To
fix this use case,
- Relax the OwnedByReadingFlow to be element instead of HTMLElement.
This is because pseudo-element can be reading flow item scope owners. - Change Element::ReadingFlowChildren to add out of flow reading flow
items in LayoutTreeBuilderTraversal instead of FlatTreeTraversal.
This will add scroll marker and related pseudo elements.
Change-Id: Icbb523c4f93aff316a8f8bfcbf867e1ec781a1d7
Bug: 398280418, 412401428, 413659838
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6479432
Reviewed-by: Mason Freed masonf@chromium.org
Reviewed-by: Aaron Leventhal aleventhal@chromium.org
Commit-Queue: Di Zhang dizhangg@chromium.org
Cr-Commit-Position: refs/heads/main@{#1451922}
merge_pr_52178
[WebNN] Fuse QDQ for transpose on tflite
This CL supports fusing QDQ for transpose on tflite.
Input and output operand have to be dequantized from ints8, and the
scale must be a scaler that is validated in TFLite XNNPACK's function
CheckTensorFloat32OrQUInt8Type()
.
Bug: 401281047
Change-Id: Ic69572e4c80e139bc8f2db86ad947b43a38cb1fa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6481910
Reviewed-by: ningxin hu ningxin.hu@intel.com
Reviewed-by: Weizhong Xia weizhong@google.com
Commit-Queue: Phillis Tang phillis@chromium.org
Reviewed-by: Junwei Fu junwei.fu@intel.com
Reviewed-by: Phillis Tang phillis@chromium.org
Cr-Commit-Position: refs/heads/main@{#1451947}
merge_pr_52177
Fix customizable select keyboard navigation hang
This patch fixes an infinite loop when using the arrow keys to keyboard
navigate backwards over an
element. The bug only occurs when the
select is opted into customizable select with appearance:base-select.
Fixed: 412578717
Change-Id: Ib665e56ddbd4b230194f393f559df82f5b41ba7a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6484650
Commit-Queue: Joey Arhar jarhar@chromium.org
Reviewed-by: Di Zhang dizhangg@chromium.org
Cr-Commit-Position: refs/heads/main@{#1451850}
merge_pr_52176
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=284546 (#52176)
merge_pr_52175
LanguageDetector: Update und logic to match new spec logic
The logic to calculate the results and und have been updated in the
spec. This updates our implementation to match.
Fixed: 413151736
Change-Id: I99ac48978104cf9e599b20880382ca6ea3a54f65
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6490186
Reviewed-by: Christine Hollingsworth christinesm@chromium.org
Commit-Queue: Nathan Memmott memmott@chromium.org
Cr-Commit-Position: refs/heads/main@{#1451925}
merge_pr_52172
[gap-decorations] Move WPTs out of tentative
Bug: 357648037
Change-Id: I5722a649a75615ae817cb031bf76245cb504acde
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6490052
Auto-Submit: Kevin Babbitt kbabbitt@microsoft.com
Reviewed-by: Sam Davis Omekara samomekarajr@microsoft.com
Commit-Queue: Sam Davis Omekara samomekarajr@microsoft.com
Cr-Commit-Position: refs/heads/main@{#1451561}
merge_pr_52148
Handle division by zero after AudioData.close.
Differential Revision: https://phabricator.services.mozilla.com/D244753
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1959072
gecko-commit: d036e94b560f58b00c397b5766aa78ed667307d7
gecko-reviewers: chunmin