Closed
Bug 1820017
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 38793 - [balance-text] Fix when `text-align` is not `left`
Categories
(Core :: Layout: Text and Fonts, task, P4)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
FIXED
112 Branch
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 38793 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/38793
Details from upstream follow.
Koji Ishii <kojii@chromium.org> wrote:
[balance-text] Fix when
text-align
is notleft
The
NGParagraphLineBreaker
adjusts the available width for
theNGLineBreaker
, but the adjustments should not be visible
forCreateLine
because it is used for aligning lines within
the original available width.This patch restores the
line_opportunity
after the
NGLineBreaker
is done.Bug: 1251079
Change-Id: I83cdf1c120a6de0741180a27d7860ef8b70475cb
Reviewed-on: https://chromium-review.googlesource.com/4304620
WPT-Export-Revision: a14133d558bb992cdca1ac81413ae6a9288b2e01
Assignee | ||
Updated•2 years ago
|
Component: web-platform-tests → Layout: Text and Fonts
Product: Testing → Core
Assignee | ||
Comment 1•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=4d7529d914127f73d1bfc0eeb0ba94bb01fd3cb3
Assignee | ||
Comment 2•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=61930fd0b78bf8e57663b89aeef8b0378caf2964
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4b9a84be37c2
[wpt PR 38793] - [balance-text] Fix when `text-align` is not `left`, a=testonly
Assignee | ||
Comment 4•2 years ago
|
||
Test result changes from PR not available.
Comment 5•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•