Closed
Bug 1899089
Opened 1 year ago
Closed 1 year ago
[wpt-sync] Sync PR 46488 - [text-box-trim] Make `ClearanceAfterLine()` optional
Categories
(Core :: Layout: Block and Inline, task, P4)
Core
Layout: Block and Inline
Tracking
()
RESOLVED
FIXED
128 Branch
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 46488 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/46488
Details from upstream follow.
Koji Ishii <kojii@chromium.org> wrote:
[text-box-trim] Make
ClearanceAfterLine()
optionalFollowing up crrev.com/c/5561849, this patch supports when
ClearanceAfterLine()
exists but 0, by changing it to
std::optional\<LayoutUnit>
.Bug: 40254880
Change-Id: I407d6cf418b3e4765881ef454ca7f38e5d66338e
Reviewed-on: https://chromium-review.googlesource.com/5564483
WPT-Export-Revision: e5b740b253175fcb151c57e8fa80eaf147e5c721
Assignee | ||
Updated•1 year ago
|
Component: web-platform-tests → Layout: Block and Inline
Product: Testing → Core
Assignee | ||
Comment 1•1 year ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=0f58364a63b26de93f2424f06e219dd03c83da41
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 1 tests
Status Summary
Firefox
PASS
: 1
Chrome
PASS
: 1
Safari
PASS
: 1
Links
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/18b9f5b88a36
[wpt PR 46488] - [text-box-trim] Make `ClearanceAfterLine()` optional, a=testonly
Comment 4•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•