summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/word-break/auto-phrase/reference/word-break-auto-phrase-wbr-nobr-002-ref.html
blob: 8760565c1b19162004641c32075ac3fc9e331631 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<meta charset="utf-8">
<style>
@font-face {
  font-family: mplus;
  src: url(/fonts/mplus-1p-regular.woff);
}
.container > div {
  font-family: mplus;
  width: 10em;
  font-size: 10px;
  border: 1px solid;
}
</style>
<div class="container" lang="ja">
  <div>楽しいドライブ、<br>楽しいドライブ。</div>
  <div>楽しい<br>ドライブ、楽しい<br>ドライブ。</div>
</div>