layout: Suppress soft wrap opportunities between NU/AL/AI/ID characters to respect word-break: keep-all#42088
Conversation
|
🤖 Opened new upstream WPT pull request (web-platform-tests/wpt#57301) with upstreamable changes. |
|
✍ Updated existing upstream WPT pull request (web-platform-tests/wpt#57301) title and body. |
9f5a05d to
cf2cd40
Compare
|
📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#57301). |
yezhizhen
left a comment
There was a problem hiding this comment.
There are many unnecessary files in the commit.
cf2cd40 to
430273d
Compare
|
📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#57301). |
|
✍ Updated existing upstream WPT pull request (web-platform-tests/wpt#57301) title and body. |
tests/wpt/tests/webdriver/tests/support/__pycache__/fixtures.cpython-311-pytest-8.2.1.pyc.25100
Outdated
Show resolved
Hide resolved
430273d to
8d396db
Compare
|
📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#57301). |
|
🔨 Triggering try run (#21277274668) for Linux (WPT) |
|
✍ Updated existing upstream WPT pull request (web-platform-tests/wpt#57301) title and body. |
This comment was marked as outdated.
This comment was marked as outdated.
|
Test results for linux-wpt from try job (#21277274668): Flaky unexpected result (30)
Stable unexpected results that are known to be intermittent (30)
Stable unexpected results (9)
|
|
|
|
📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#57301). |
b7ac039 to
e0f744f
Compare
|
📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#57301). |
e0f744f to
fcd9ac6
Compare
|
📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#57301). |
fcd9ac6 to
a5e6454
Compare
|
📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#57301). |
|
@RichardTjokroutomo You'll need to update the commit hash in the root |
a5e6454 to
a397c5e
Compare
|
📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#57301). |
|
You need to compile so that |
a397c5e to
c3d398d
Compare
|
@mrobinson You have a blocking review |
|
📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#57301). |
1 similar comment
|
📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#57301). |
|
Can you rebase? The vulnerability has just been ignored in #42203. |
Signed-off-by: Richard Tjokroutomo <richard.tjokro2@gmail.com>
This reverts commit 54ec40a. Signed-off-by: Richard Tjokroutomo <richard.tjokro2@gmail.com>
… use , however doesn't accept any arguments with version yet. TODO: fix the logic once can be upgraded to Signed-off-by: Richard Tjokroutomo <richard.tjokro2@gmail.com>
Signed-off-by: Richard Tjokroutomo <richard.tjokro2@gmail.com>
Signed-off-by: Richard Tjokroutomo <richard.tjokro2@gmail.com>
b41dbfa to
e406dee
Compare
|
🤖 Opened new upstream WPT pull request (web-platform-tests/wpt#57375) with upstreamable changes. |
|
✍ Updated existing upstream WPT pull request (web-platform-tests/wpt#57375) title and body. |

This change modifies
LineBreakerto properly handleword-break: keep-allby adjusting the arguments passed toicu_segmenter::LineSegmenter.line-breakfor Servo stylo#289Testing: Created a WPT test for this change, specifically:
tests/wpt/tests/css/css-text/word-break/word-break-keep-all-011.html.Fixes: #42047