summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/text-spacing-trim/text-spacing-trim-space-all-001-ref.html
blob: d33e3b62edd31029751ac32bcbdb6178df90d563 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<meta charset="utf-8">
<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;
  width: 4em;
}
#container > div > span {
  background: black;
}
</style>
<div id="container">
  <div><span>国国国国国国国国国国</span></div>
</div>