1
0
Fork 0
firefox/testing/web-platform/tests/css/css-text/text-autospace/text-autospace-break-001.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

23 lines
705 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<link rel="help" href="https://drafts.csswg.org/css-text-4/#text-autospace-property">
<link rel="match" href="text-autospace-break-001-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
<style>
.test-container {
font-family: Ahem;
font-size: 40px;
width: 4.1em;
text-autospace: normal;
}
.test > span {
outline: 1px solid blue;
}
</style>
<div class="test-container">
<div class="test"><span>国国国国X国</span></div>
<div class="test"><span>国国国国1国</span></div>
<div class="test"><span>XXXX国X</span></div>
<div class="test"><span>1111国1</span></div>
<div class="test"><span>国X国</span></div>
</div>