Closed
Bug 1493382
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 13157 - [PE] Fix fragment clip and paint offset under multicol vertical-rl scrolled
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 13157 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/13157
Details from upstream follow.
Xianzhu Wang <wangxianzhu@chromium.org> wrote:
> [PE] Fix fragment clip and paint offset under multicol vertical-rl scrolled
>
> The previous code in VisualOffsetFromPaintOffsetRoot() converting the result
> into scrolling contents space used ScrolledContentOffset which mismatched
> the new ScrollTranslation which also includes scroll origin. Now use
> ScrollTranslation instead.
>
> Also removed the wrong remedy about scroll origin in one of the callers.
>
> Bug: 887423
> Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel
> Change-Id: I9a72ed6ddc066c5b4c9970037ed4c4287c5a2f0f
>
> Reviewed-on: https://chromium-review.googlesource.com/1239170
> WPT-Export-Revision: db2a51d49777060280851867a9ff564061298480
| 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=95439b6c935c1a16a28b0169042ebb258686de7f
| Assignee | ||
Comment 4•7 years ago
|
||
Ran 1 tests
FAIL : 1
New tests that have failures or other problems:
/css/css-multicol/multicol-under-vertical-rl-scroll.html: FAIL
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/2ee6cf2cb1dc
[wpt PR 13157] - [PE] Fix fragment clip and paint offset under multicol vertical-rl scrolled, a=testonly
Comment 6•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•