зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1564686 [wpt PR 17597] - [css-text] Correct inconsistencies between text and assertion in line-break:anywhere tests, a=testonly
Automatic update from web-platform-tests [css-text] Correct inconsistencies between text and assertion in line-break:anywhere tests (#17597) -- wpt-commits: 708c7910e71c408d2ff7a1093a2b82bd3415449e wpt-pr: 17597
This commit is contained in:
Родитель
091e924d5e
Коммит
cc0c9bc80a
|
@ -28,7 +28,7 @@ div {
|
|||
.test {
|
||||
color: green;
|
||||
width: 4ch;
|
||||
white-space: break-spaces;
|
||||
white-space: pre-wrap;
|
||||
line-break: anywhere;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#valdef-line-break-anywhere">
|
||||
<meta name="flags" content="">
|
||||
<link rel="match" href="reference/line-break-anywhere-004-ref.html">
|
||||
<meta name="assert" content="line-break:anywhere allows breaking opportunities around slash characters.">
|
||||
<meta name="assert" content="line-break:anywhere allows breaking opportunities around backslash characters.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
div {
|
||||
|
|
Загрузка…
Ссылка в новой задаче