[wpt-sync] Sync PR 52879 - [line-breaker] Add a test case for U+002D with `keep-all`
Categories
(Core :: Layout: Text and Fonts, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox141 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
Sync web-platform-tests PR 52879 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/52879
Details from upstream follow.
Koji Ishii <kojii@chromium.org> wrote:
[line-breaker] Add a test case for U+002D with
keep-allThis patch adds a test case if
word-break: keep-allaffects
the soft break opportunity after U+002D HYPHEN-MINUS.The spec says to suppress soft wrap opportunities between
the NU, AL, AI, or ID Unicode line breaking classes, and the
HY class isn't included, so it shouldn't affect.Bug: 415076052
Change-Id: I997c6070f36a194fc454c57902b8d4c892fd248a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6606598
Commit-Queue: Ian Kilpatrick \<ikilpatrick@chromium.org>
Auto-Submit: Koji Ishii \<kojii@chromium.org>
Reviewed-by: Ian Kilpatrick \<ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1467621}
| Assignee | ||
Updated•11 months ago
|
| Assignee | ||
Comment 1•11 months ago
|
||
| Assignee | ||
Comment 2•11 months ago
|
||
CI Results
Ran 7 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
FAIL: 1
Links
| Assignee | ||
Comment 3•11 months ago
|
||
Automatic update from web-platform-tests
[line-breaker] Add a test case for U+002D with keep-all
This patch adds a test case if word-break: keep-all affects
the soft break opportunity after U+002D HYPHEN-MINUS.
The spec says to suppress soft wrap opportunities between
the NU, AL, AI, or ID Unicode line breaking classes, and the
HY class isn't included, so it shouldn't affect.
Bug: 415076052
Change-Id: I997c6070f36a194fc454c57902b8d4c892fd248a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6606598
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Auto-Submit: Koji Ishii <kojii@chromium.org>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1467621}
--
wpt-commits: 02aea8fafe2836a823950319ab343ce94e2fab0d
wpt-pr: 52879
Comment 5•11 months ago
|
||
| bugherder | ||
Description
•