[wpt-sync] Sync PR 39536 - InlineLayout: revise textboxtrim's fields to reflect spec updates
Categories
(Core :: Layout: Block and Inline, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox114 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 39536 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/39536
Details from upstream follow.
Lingqi Chi <lingqi@chromium.org> wrote:
InlineLayout: revise textboxtrim's fields to reflect spec updates
"normal" was renamed to "none" by this pr[1].
[1] https://github.com/w3c/csswg-drafts/commit/67822bd3c1e02cd187abbc3856a5c28fa14c8431Bug: 1411581
Change-Id: If3ee0f72d63d7a96d1a12e886ff93d94c0963536
Reviewed-on: https://chromium-review.googlesource.com/4416784
WPT-Export-Revision: 10ffedc1d175c7a98bf95c207d1e39c4ba226d08
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years 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
FAIL
: 4
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-valid.html [wpt.fyi]
- e.style['text-box-trim'] = "none" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['text-box-trim'] = "start" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['text-box-trim'] = "end" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['text-box-trim'] = "both" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- e.style['text-box-trim'] = "none" should set the property value:
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a8311ebe44fa
https://hg.mozilla.org/mozilla-central/rev/36d62705e243
Description
•