[wpt-sync] Sync PR 46221 - [text-box-trim] Fix `text-box-edge` to be inherited
Categories
(Core :: Layout: Block and Inline, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 46221 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/46221
Details from upstream follow.
Koji Ishii <kojii@chromium.org> wrote:
[text-box-trim] Fix
text-box-edge
to be inheritedAs per the spec for:
text-box-trim
: https://drafts.csswg.org/css-inline-3/#propdef-text-box-trimtext-box-edge
: https://drafts.csswg.org/css-inline-3/#propdef-text-box-edgeBug: 41494590
Change-Id: I934e272f964fce6f2c57818c94102046fc0f309a
Reviewed-on: https://chromium-review.googlesource.com/5532122
WPT-Export-Revision: 517bd0130640dab3fb104771639f016d77d26eb7
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Comment 1•9 months ago
|
||
Assignee | ||
Comment 2•9 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 4 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 4
Chrome
OK
: 1
FAIL
: 4
Safari
OK
: 1
PASS
: 2
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/inheritance.html [wpt.fyi]
- Property text-box-edge has initial value leading:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property text-box-edge inherits:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property text-box-trim has initial value none:
FAIL
(Chrome:FAIL
, Safari:PASS
) - Property text-box-trim does not inherit:
FAIL
(Chrome:FAIL
, Safari:PASS
)
- Property text-box-edge has initial value leading:
https://hg.mozilla.org/mozilla-central/rev/69dd157103f8
https://hg.mozilla.org/mozilla-central/rev/ab96d128de4f
Description
•