Closed
Bug 1471810
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 11703 - [LayoutNG] bugfix for NG painting in vertical-rl with scrollbars.
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 11703 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/11703
Details from upstream follow.
Aleks Totic <atotic@chromium.org> wrote:
> [LayoutNG] bugfix for NG painting in vertical-rl with scrollbars.
>
> This bug occurs when painting NG child inside non-inline vertical-rl parent
> with scrollbars.
>
> Root cause is extra scrollbar offset that Paint applies to Legacy painting that
> is not needed for NG.
>
> The fix is hacky: NG applies reverse offset.
>
> This fix does not make any additional tests pass or fail.
>
> Bug: 852395
> Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng
> Change-Id: I7dda2cdbf682485ab30c048987ae683981731886
> Reviewed-on: https://chromium-review.googlesource.com/1115863
> WPT-Export-Revision: bd190ee6ac6fa0bf88cae538bc0881ff9fcb0eac
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=b438f11b055f5d4687a11772652db829b9d86bf5
| Assignee | ||
Comment 4•7 years ago
|
||
| Assignee | ||
Comment 5•7 years ago
|
||
Ran 1 tests
PASS : 1
| Assignee | ||
Comment 6•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=1c9a18aa9f0f740b0fdc664db6b9873fa1afc226
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/7cc70b15cd33
[wpt PR 11703] - [LayoutNG] bugfix for NG painting in vertical-rl with scrollbars., a=testonly
Comment 8•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•