Closed
Bug 1495466
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 13286 - No vertical scroll if kVerticalScroll disabled
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 13286 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/13286
Details from upstream follow.
Ehsan Karamad <ekaramad@chromium.org> wrote:
> No vertical scroll if kVerticalScroll disabled
>
> 'vertical-scroll' policy is a policy-controlled feature which allows developers
> control scrollability of their web pages and disallow embedded content from
> blocking vertical scroll. In line with the implementation of the feature, this
> CL ensures that any content inside a document which has the feature disabled
> will not be able to consume vertical scroll deltas.
>
> Note that the current implementation of the policy only deals with methods of
> blocking input from turning into scroll gesture. This CL complements that by
> controlling the consumption of such gestures.
>
> Bug: 853485
> Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel
> Change-Id: I7db68e5897998ba29f2ad75cef44660563d6b95b
> Reviewed-on: https://chromium-review.googlesource.com/1252530
> WPT-Export-Revision: 9189a48fa689d393d508366e9dbe2a876be2a577
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
The PR was not expected to affect any tests, but the try push wasn't a success. Check the try results for infrastructure issues
| Assignee | ||
Comment 3•7 years ago
|
||
| Assignee | ||
Comment 4•7 years ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/c9aa878bc340
[wpt PR 13286] - No vertical scroll if kVerticalScroll disabled, a=testonly
| Assignee | ||
Comment 6•7 years ago
|
||
Result changes from PR not available.
Comment 7•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•