Closed
Bug 1680117
Opened 5 years ago
Closed 5 years ago
[wpt-sync] Sync PR 26706 - Fix the failure of css-scroll-snap/snap-at-user-scroll-end-manual.html
Categories
(Core :: Layout: Scrolling and Overflow, task, P4)
Core
Layout: Scrolling and Overflow
Tracking
()
RESOLVED
FIXED
85 Branch
| Tracking | Status | |
|---|---|---|
| firefox85 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 26706 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/26706
Details from upstream follow.
b'Lan Wei <lanwei@chromium.org>' wrote:
Fix the failure of css-scroll-snap/snap-at-user-scroll-end-manual.html
The scroll-snap-type property should be set on \<html> rather than
\<body>, because scroll-snap-type should not be propagated from body
element to the viewport, we should use its value on html instead.Bug: 984438
Change-Id: I9b42289cc217ae3d9b4aafc69171a16087a24de0Reviewed-on: https://chromium-review.googlesource.com/2568433
WPT-Export-Revision: 33a34c6d9ba7dbaa520669e0d7d9fcb97fc4dc2c
| Assignee | ||
Updated•5 years ago
|
Component: web-platform-tests → Layout: Scrolling and Overflow
Product: Testing → Core
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
Test result changes from PR not available.
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cb9396002c9c
[wpt PR 26706] - Fix the failure of css-scroll-snap/snap-at-user-scroll-end-manual.html, a=testonly
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/af13b837829a
[wpt PR 26706] - Fix the failure of css-scroll-snap/snap-at-user-scroll-end-manual.html, a=testonly
Comment 5•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox85:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
| Assignee | ||
Comment 6•5 years ago
|
||
Test result changes from PR not available.
You need to log in
before you can comment on or make changes to this bug.
Description
•