[wpt-sync] Sync PR 45077 - text-box-trim: Handle the start side's inline box
Categories
(Core :: Layout: Block and Inline, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox127 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45077 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45077
Details from upstream follow.
Lingqi Chi <lingqi@chromium.org> wrote:
text-box-trim: Handle the start side's inline box
- Store the first non-empty inline box's edge in
PhysicalLineBoxFragment, as intrinsic_metrics_, to allow block box
to trim itself.- The first non-empty inline box will by be moved by the trimming
unitSee the doc for more details.
https://docs.google.com/document/d/1eT0xEOrfVI3RhZ6goJLW1yOWHXLBq2tzAYrHe3NIiO8/edit#bookmark=id.pkbu9w2ipp14Bug: 40254880
Change-Id: I0f127e078b4fc4c2bf477c16812dc060adc9c390
Reviewed-on: https://chromium-review.googlesource.com/5367205
WPT-Export-Revision: 22e45129b706c76081412595c6d9e2297ab7500e
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests
Status Summary
Firefox
FAIL: 2
Chrome
FAIL: 2
Safari
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-inline/text-box-trim/text-box-trim-half-leading-block-box-001.html [wpt.fyi]:
FAIL(Chrome:FAIL, Safari:FAIL) - /css/css-inline/text-box-trim/text-box-trim-half-leading-block-box-002.html [wpt.fyi]:
FAIL(Chrome:FAIL, Safari:FAIL)
Comment 4•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a6d73668dc19
https://hg.mozilla.org/mozilla-central/rev/6f5f60bc74c7
Description
•