summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-004M-ref.html
blob: 4e234bf76de781615577aae4b8bc7f92323d19fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>

  <meta charset="UTF-8">

  <title>CSS Reference Test</title>

  <link rel="author" title="Javier Fernandez" href="mailto:jfernandez@igalia.com" />

  <style>
  div
    {
      border: solid 1px;
      font: 32px/1 monospace;
      width: 6ch;
    }
  </style>

 <body lang="en">

  <div>regu&#x2010;<br>lation<br><br>imple&#x2010;<br>menta&#x2010;<br>tion<br>now</div>

<!--

  Hyphen-minus == &#x002D; == &#0045;

  Hyphen == &#x2010; == &#8208;

-->