[wpt-sync] Sync PR 16688 - [LayoutNG] Fix not to keep a copy of ellipsis style
Categories
(Core :: CSS Parsing and Computation, defect, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 16688 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/16688
Details from upstream follow.
Koji Ishii <kojii@chromium.org> wrote:
[LayoutNG] Fix not to keep a copy of ellipsis style
This patch stops keeping a copy of style for ellipsis, but to
compute from the containing block.Because paint-only changes to the style do not re-create
fragments, keeping a copy of style fails to use the updated
styles.This also reduces a pointer from NGPhysicalTextFragment.
Change-Id: If0ec637d51f4f7f93828ab331f1e911995d23fb4
Bug: 636993
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1596791
Commit-Queue: Koji Ishii \<kojii@chromium.org>
Reviewed-by: Emil A Eklund \<eae@chromium.org>
Reviewed-by: Aleks Totic \<atotic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#656926}
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Comment 5•5 years ago
|
||
bugherder |
Description
•