[wpt-sync] Sync PR 50534 - Ensure ::scroll-button activation accounts for scale factor
Categories
(Core :: Layout: Scrolling and Overflow, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50534 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50534
Details from upstream follow.
Robert Flack <flackr@chromium.org> wrote:
Ensure ::scroll-button activation accounts for scale factor
Activating (clicking on) the ::scroll-button should scroll
in the indicated direction by about a page.Bug: 383552806
Change-Id: I0fa5cabe49171fab052b3f98052032824ed1b902
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6237213
Commit-Queue: Robert Flack \<flackr@chromium.org>
Reviewed-by: Vladimir Levin \<vmpstr@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1416843}
Assignee | ||
Updated•17 days ago
|
Assignee | ||
Comment 1•17 days ago
|
||
Assignee | ||
Comment 2•17 days ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
TIMEOUT
: 2
NOTRUN
: 1
Chrome
OK
: 1
PASS
: 2
Safari
OK
: 1
FAIL
: 2
Links
Details
Firefox-only Failures
New Tests That Don't Pass
- /css/css-overflow/scroll-buttons-scroll-distance.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:OK
)- ::scroll-button(down) scrolls about a page when clicked:
TIMEOUT
(Chrome:PASS
, Safari:FAIL
) - ::scroll-button(right) scrolls about a page when clicked:
NOTRUN
(Chrome:PASS
, Safari:FAIL
)
- ::scroll-button(down) scrolls about a page when clicked:
https://hg.mozilla.org/mozilla-central/rev/f5f52bb43cb8
https://hg.mozilla.org/mozilla-central/rev/266f6d614ef9
Description
•