зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1504978 [wpt PR 13946] - [css-text] Skip trailing spaces for pre-wrap even if word can be broken, a=testonly
Automatic update from web-platform-tests[css-text] Skip trailing spaces for pre-wrap even if word can be broken According to the specs, preserved white-spaces should hang, or visually collapse, when white-space is set to pre-wrap; even if word-break allows breaing the word at any point. https://www.w3.org/TR/css-text-3/#line-break-details Bug: 768363 Change-Id: I7ab356ed6f789ecef087ff469ad97c50e7af49be Reviewed-on: https://chromium-review.googlesource.com/c/1318694 Reviewed-by: Koji Ishii <kojii@chromium.org> Commit-Queue: Javier Fernandez <jfernandez@igalia.com> Cr-Commit-Position: refs/heads/master@{#607550} -- wpt-commits: 9a723ed63038173a788b58fade402c4c4653df3b wpt-pr: 13946
This commit is contained in:
Родитель
03107189b6
Коммит
30f2da02c3
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Text level 3 Test: preserved white space at the end of and white-space:pre-wrap does not change based on word-break:break-all</title>
|
||||
<title>CSS Text level 3 Test: preserved white space at the end of the line and white-space:pre-wrap does not change based on word-break:break-all</title>
|
||||
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-phase-2">
|
||||
<link rel="match" href="reference/pre-wrap-001-ref.html">
|
||||
|
|
Загрузка…
Ссылка в новой задаче