[wpt-sync] Sync PR 55306 - Fix flaky scroll-state(scrolled) scrollbar scroll tests
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox146 fixed)
| Tracking | Status | |
|---|---|---|
| firefox146 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 55306 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/55306
Details from upstream follow.
moonira <moonira@google.com> wrote:
Fix flaky scroll-state(scrolled) scrollbar scroll tests
Tests are timing out sometimes, presumably scrolling doesn't happen
because we didn't hit the scrollbar buttons/tracks. Skip scrollbar tests
on platforms with invisiblle scrollbar (e.g. overlay scrollbar).Bug: 449977240, 449905101, 414556050
Change-Id: I278e7f25f6d48832d0ec958dafc1a34b7ebb4fc9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7021249
Reviewed-by: Daniil Sakhapov \<sakhapov@chromium.org>
Commit-Queue: Munira Tursunova \<moonira@google.com>
Cr-Commit-Position: refs/heads/main@{#1526875}
| Assignee | ||
Updated•20 days ago
|
| Assignee | ||
Updated•16 days ago
|
| Assignee | ||
Comment 1•16 days ago
|
||
| Assignee | ||
Comment 2•16 days ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 1 subtests
Status Summary
Firefox
ERROR : 2
Chrome
TIMEOUT: 4
Safari
ERROR : 2
Links
Details
New Tests That Don't Pass
- /css/css-conditional/container-queries/scroll-state/scroll-state-scrolled-scrollbar-button-clicks.html [wpt.fyi]:
ERROR(Chrome:TIMEOUT, Safari:ERROR) - /css/css-conditional/container-queries/scroll-state/scroll-state-scrolled-scrollbar-track-clicks.html [wpt.fyi]:
ERROR(Chrome:TIMEOUT, Safari:ERROR)
https://hg.mozilla.org/mozilla-central/rev/d2d7d198b3ce
https://hg.mozilla.org/mozilla-central/rev/54e0d39a4ebe
Description
•