[wpt-sync] Sync PR 45707 - Introduce GetWebExposedScrollOffsets for scrollingAPIs
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45707 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45707
Details from upstream follow.
Minju Kim <mkim@igalia.com> wrote:
Introduce GetWebExposedScrollOffsets for scrollingAPIs
We have encountered the issue where simply changing zoom levels
can lead to unexpected scrolling on our sample page.
This is due to updating of truncated scroll offset [1]
when FractionalScrollOffset is disabled, which led to a loss of
fractional precision, resulting in a 1px discrepancy
at the webAPI level.To ensure compatibility with web standards while preserving the
integrity of scroll offsets, this commit introduces GetWebExposedScrollOffsets
for scrollingAPIs (e.g. Element.scrollTop, Element.scrollLeft,
window.scrollX, window.scrollY).
Also by enabling FractionalScrollOffsets, we can address
underlying issue of scroll offset truncation.Bug: 326122314
Change-Id: I070be67b0e73d925738d556ff0626e6a1119ff00
Reviewed-on: https://chromium-review.googlesource.com/5348560
WPT-Export-Revision: 2713bd4ddea9966556d879b35b5e827ef05ed48c
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Comment 1•7 months ago
|
||
Assignee | ||
Comment 2•7 months ago
|
||
Assignee | ||
Comment 3•7 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 3 subtests
Status Summary
Firefox
OK
: 1
PASS
: 2
FAIL
: 1
Chrome
OK
: 1
PASS
: 2
FAIL
: 1
Safari
OK
: 1
PASS
: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /css/css-viewport/zoom/scroll-top-test-with-zoom.html [wpt.fyi]
- scrollTop after increasing zoom level:
FAIL
- scrollTop after increasing zoom level:
New Tests That Don't Pass
- /css/css-viewport/zoom/scroll-top-test-with-zoom.html [wpt.fyi]
- scrollTop after increasing zoom level:
FAIL
(Chrome:PASS
, Safari:PASS
)
- scrollTop after increasing zoom level:
Comment 5•7 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/bd7cbe9bd041
https://hg.mozilla.org/mozilla-central/rev/dd7351703d95
Description
•