Closed
Bug 1518600
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 14754 - ScrollAnchor: Skip inline elements with overflow-anchor: none.
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14754 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14754
Details from upstream follow.
Steve Kobes <skobes@chromium.org> wrote:
ScrollAnchor: Skip inline elements with overflow-anchor: none.
An inline element can't be the anchor node, but the anchor selection
algorithm was descending into it indiscriminately instead of checking
the exclusion API first.Bug: 918756
Change-Id: Ie9b5e5fdea7f23de1af0b5215956151e9af15d3a
Reviewed-on: https://chromium-review.googlesource.com/1400941
WPT-Export-Revision: ea652826a1013064d85793c7dae5767f0ce1a917
Assignee | ||
Updated•6 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=53e27ffed31e90cb6d17abad6b344e820ed6404c
Assignee | ||
Comment 3•6 years ago
|
||
Ran 1 tests and 1 subtests
OK : 1
PASS : 1
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/4bc00471ada8
[wpt PR 14754] - ScrollAnchor: Skip inline elements with overflow-anchor: none., a=testonly
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0f609d33257b
[wpt PR 14754] - ScrollAnchor: Skip inline elements with overflow-anchor: none., a=testonly
Comment 6•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•