[wpt-sync] Sync PR 46401 - [text-box-trim] fix the case where there are multiple inline nodes
Categories
(Core :: Layout: Block and Inline, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 46401 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/46401
Details from upstream follow.
Lingqi Chi <lingqi@chromium.org> wrote:
[text-box-trim] fix the case where there are multiple inline nodes
IsBlockEndTrimmed should be used separately from IsTextBoxTrimApplied
Bug: 40254880
Change-Id: I62c53d504631684a1171bc072b218daf69992e45
Reviewed-on: https://chromium-review.googlesource.com/5553237
WPT-Export-Revision: 93784c0ed70745bbee649fd14e7167ea60cce4a9
Assignee | ||
Comment 1•6 months ago
|
||
Assignee | ||
Updated•6 months ago
|
Assignee | ||
Comment 2•6 months ago
|
||
Assignee | ||
Comment 3•6 months 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
PASS
: 1
FAIL
: 1
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-003.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:PASS
)
Comment 5•6 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8fbf8d529841
https://hg.mozilla.org/mozilla-central/rev/9ffb2d929617
Description
•