Closed
Bug 1503702
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 13824 - No vertical bars if 'vertical-policy' disabled
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 13824 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/13824
Details from upstream follow.
Ehsan Karamad <ekaramad@chromium.org> wrote:
> No vertical bars if 'vertical-policy' disabled
>
> When 'vertical-scroll' policy is disabled in a document, the contents
> cannot be scrolled (will not be user-input scrollable and targeted
> for gesture scroll). However, currently disabling 'vertical-scroll'
> still leaves the vertical scrollbars behind; the bars position cannot
> be changed however.
>
> This CL fixes the issue by hiding the vertical scrollbars for
> scrollable elements inside documents where the policy is enforced
> (i.e., disabled).
>
> Bug: 898151
> Change-Id: If01925e27184a7370d5b12583dc73bc946f2c6e2
> Reviewed-on: https://chromium-review.googlesource.com/1305878
> WPT-Export-Revision: b00c8b29711ea144cc14e69ad7f55815ae4419dc
| 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
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
Ran 1 tests
FAIL : 1
New tests that have failures or other problems:
/feature-policy/experimental-features/vertical-scroll-disabled-scrollbar-tentative.html: FAIL
| Assignee | ||
Comment 4•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=41fe46bcf121fe0ea1398d3409cd20e396d8c9e9
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e3cb557f2711
[wpt PR 13824] - No vertical bars if 'vertical-policy' disabled, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/1fdcabbacd19
[wpt PR 13824] - Update wpt metadata, a=testonly
Comment 6•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/e3cb557f2711
https://hg.mozilla.org/mozilla-central/rev/1fdcabbacd19
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
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
•