Closed
Bug 1514453
Opened 7 years ago
Closed 6 years ago
[wpt-sync] Sync PR 14535 - vertical-scroll: Policy will not affect main document
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14535 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14535
Details from upstream follow.
Ehsan Karamad <ekaramad@chromium.org> wrote:
> vertical-scroll: Policy will not affect main document
>
> The purpose of 'vertical-scroll' is to block sub-frames from interfering with
> main-frame's scrolling. To enforce the policy on the main frame is wrong in
> that it will block all scrolling on the page.
>
> This CL will special-case the main frame scenairo and will not enforce the policy.
> Same-origin subframes are still affected.
>
> Bug: 611982
> TBR=iclelland@chromium.org
> Change-Id: I2fbe882cc65af6f7ed542ebc0151df9f281e9ab2
>
> Reviewed-on: https://chromium-review.googlesource.com/1378684
> WPT-Export-Revision: a5e5717a654d72d04088850370762eb46f8babe1
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
|
||
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/fe50f8a0b615
[wpt PR 14535] - vertical-scroll: Policy will not affect main document, a=testonly
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/3d56dbd3bb6e
[wpt PR 14535] - vertical-scroll: Policy will not affect main document, a=testonly
Comment 6•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
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
•