wpt / css / css-text / text-spacing-trim / text-spacing-trim-feature-001.html?class=htb&feature=palt

Open test on wpt.live | Open ref on wpt.live | wpt.fyi

Runs: Chrome 156.0.8066.0 (wpt@269bca0dd, 2026-09-20) | Firefox 158.0a1 (wpt@bc93a431d, 2026-09-20) | Safari 252 preview (wpt@269bca0dd, 2026-09-20) | Ladybird 1.0-443fa (wpt@269bca0dd, 2026-09-20) | Servo Servo 0.6 (wpt@bc93a431d, 2026-09-20) | Blitz ab0e30b1f (wpt@d552535bc, 2026-09-25)

ChromeFirefoxSafariLadybirdServoBlitz
Total1/11/11/11/11/1NOT RUN

/css/css-text/text-spacing-trim/text-spacing-trim-feature-001.html

<!DOCTYPE html>
<meta charset="utf-8">
<link rel="help" href="https://drafts.csswg.org/css-text-4/#text-spacing-trim-property">
<link rel="match" href="text-spacing-trim-feature-001-ref.html">
<meta name="variant" content="?class=htb&feature=halt">
<meta name="variant" content="?class=htb&feature=hwid">
<meta name="variant" content="?class=htb&feature=palt">
<meta name="variant" content="?class=htb&feature=pwid">
<meta name="variant" content="?class=htb&style=font-variant-east-asian:proportional-width">
<meta name="variant" content="?class=vrl&feature=vhal">
<meta name="variant" content="?class=vrl&feature=vpal">
<meta name="variant" content="?class=vrl&style=font-variant-east-asian:proportional-width">
<script src="support/variant-class.js"></script>
<script src="support/variant-feature.js"></script>
<style>
@font-face {
  font-family: halt-font;
  src: url('/fonts/noto/cjk/NotoSansCJKjp-Regular-subset-halt.otf');
}
@font-face {
  font-family: chws-font;
  src: url('/fonts/noto/cjk/NotoSansCJKjp-Regular-subset-chws.otf');
}
#container {
  font-family: halt-font;
  font-size: 20px;
}
.chws #container {
  font-family: chws-font;
}
.vrl {
  writing-mode: vertical-rl;
}
</style>
<div id="container">
  <div><span>国)(国国((国(国</span></div>
</div>

/css/css-text/text-spacing-trim/text-spacing-trim-feature-001-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<script src="support/variant-class.js"></script>
<script src="support/variant-feature.js"></script>
<style>
@font-face {
  font-family: halt-font;
  src: url('/fonts/noto/cjk/NotoSansCJKjp-Regular-subset-halt.otf');
}
#container {
  font-family: halt-font;
  font-size: 20px;
  text-spacing-trim: space-all;
}
.vrl {
  writing-mode: vertical-rl;
}
</style>
<div id="container">
  <div><span>国)(国国((国(国</span></div>
</div>