wpt / css / css-text / text-spacing-trim / text-spacing-trim-fallback-002.html?class=halt,vrl

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/10/11/10/10/1NOT RUN

/css/css-text/text-spacing-trim/text-spacing-trim-fallback-002.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-fallback-002-ref.html">
<meta name="variant" content="?class=halt,htb">
<meta name="variant" content="?class=chws,htb">
<meta name="variant" content="?class=halt,vrl">
<meta name="variant" content="?class=chws,vrl">
<script src="support/variant-class.js"></script>
<style>
@font-face {
  font-family: halt-font;
  font-display: block;
  src: url('/fonts/noto/cjk/NotoSansCJKjp-Regular-subset-halt.otf');
}
@font-face {
  font-family: chws-font;
  font-display: block;
  src: url('/fonts/noto/cjk/NotoSansCJKjp-Regular-subset-chws.otf');
}
#container {
  font-family: Arial, halt-font;
  font-size: 20px;
}
.chws #container {
  font-family: Arial, chws-font;
}
:root.vrl {
  writing-mode: vertical-rl;
}
</style>
<div id="container" lang="ja">
  <div>(1)。</div>
  <div>(?)、</div>
  <div>(1))</div>
  <div>(1。。</div>
</div>

/css/css-text/text-spacing-trim/text-spacing-trim-fallback-002-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<script src="support/variant-class.js"></script>
<style>
@font-face {
  font-family: halt-font;
  font-display: block;
  src: url('/fonts/noto/cjk/NotoSansCJKjp-Regular-subset-halt.otf');
}
#container {
  font-family: Arial, halt-font;
  font-size: 20px;
  text-spacing-trim: space-all;
}
:root.vrl {
  writing-mode: vertical-rl;
}
halt {
  font-feature-settings: 'halt' 1, 'vhal' 1;
}
</style>
<div id="container" lang="ja">
  <div>(1<halt>)</halt>。</div>
  <div>(?<halt>)</halt>、</div>
  <div>(1<halt>)</halt>)</div>
  <div>(1<halt>。</halt>。</div>
</div>