[wpt-sync] Sync PR 49728 - [carousel] Improve scroll buttons scrolling code
Categories
(Core :: Layout: Scrolling and Overflow, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49728 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49728
Details from upstream follow.
Daniil Sakhapov <sakhapov@chromium.org> wrote:
[carousel] Improve scroll buttons scrolling code
This CL fixes the problem that zoom affects the scroll amount by reusing
scrolling logic from scroll manager code that is also used for page up
and page down buttons handling.Fixed: 383552806
Change-Id: I581c91b99acf78159728b03e7f3173c6d1686a50
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6097334
Reviewed-by: Rune Lillesveen \<futhark@chromium.org>
Commit-Queue: Rune Lillesveen \<futhark@chromium.org>
Auto-Submit: Daniil Sakhapov \<sakhapov@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1398125}
Assignee | ||
Updated•2 months ago
|
Assignee | ||
Comment 1•2 months ago
|
||
Assignee | ||
Comment 2•2 months ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 1 subtests
Status Summary
Firefox
TIMEOUT
: 6
Chrome
OK
: 3
PASS
: 2
FAIL
: 1
Safari
OK
: 3
FAIL
: 3
Links
Details
Firefox-only Failures
- /css/css-overflow/scroll-buttons-activation-with-columns.html [wpt.fyi]:
TIMEOUT
- /css/css-overflow/scroll-buttons-activation-with-zoom.html [wpt.fyi]:
TIMEOUT
- /css/css-overflow/scroll-buttons-activation.html [wpt.fyi]:
TIMEOUT
New Tests That Don't Pass
- /css/css-overflow/scroll-buttons-activation-with-columns.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:OK
)- CSS Overflow Test: ::scroll-button() activation with column scroll markers:
TIMEOUT
(Chrome:PASS
, Safari:FAIL
)
- CSS Overflow Test: ::scroll-button() activation with column scroll markers:
- /css/css-overflow/scroll-buttons-activation-with-zoom.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:OK
)- ::scroll-button(inline-end) activation should scroll the same amount with zoom is the same as without zoom:
TIMEOUT
(Chrome:FAIL
, Safari:FAIL
)
- ::scroll-button(inline-end) activation should scroll the same amount with zoom is the same as without zoom:
- /css/css-overflow/scroll-buttons-activation.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:OK
)- CSS Test: ::scroll-button() activation:
TIMEOUT
(Chrome:PASS
, Safari:FAIL
)
- CSS Test: ::scroll-button() activation:
Comment 4•2 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/21c2339deac3
https://hg.mozilla.org/mozilla-central/rev/f01b76634027
Description
•