[wpt-sync] Sync PR 37157 - [initial-letter] Handle tab character in ::first-letter
Categories
(Core :: Layout: Block and Inline, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox109 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 37157 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/37157
Details from upstream follow.
Yoshifuim Inoue <yosin@chromium.org> wrote:
[initial-letter] Handle tab character in ::first-letter
Before this patch, we assume initail letter text is consisted with only
oneNGInlineItem, however when initail letter text contains tab
character, e.g.white-space: pre, we have multipleNGInlineItems
then multipleNGInlineItemResult,NGLogicalLineItem, etc.This patch handles this situation.
Bug: 1276900
Change-Id: I027844c5787f8ddf4faa09fc226989858d4ad7c2
Reviewed-on: https://chromium-review.googlesource.com/4053453
WPT-Export-Revision: d3350b2f70957c9eaaae0266b2cb6bfbebf3744d
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years 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/initial-letter/initial-letter-with-tab-rtl.html [wpt.fyi]:
FAIL(Chrome:FAIL, Safari:FAIL) - /css/css-inline/initial-letter/initial-letter-with-tab.html [wpt.fyi]:
FAIL(Chrome:FAIL, Safari:FAIL)
Comment 4•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/719f519a5c4d
https://hg.mozilla.org/mozilla-central/rev/fe4e934b9207
Description
•