summaryrefslogtreecommitdiffstats
path: root/layout/reftests/line-breaking/hyphens-1.html
blob: 4dc8ecea41cee57e1bfb12cb7f769e1b7028641e (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
29
30
31
32
33
34
35
36
37
38
39
40
41
<html>
<head>
<style type="text/css"> p { margin: 5px 1em; width: 0; } </style>
</head>
<body>

<p>abcde-abcdef</p>
<p>abcd-abcdef</p>
<p>abcde-abcde</p>
<p>abcdef--abcdef</p>
<p>------abcdef<p>

<!-- U+058A is ARMENIAN HYPHEN -->
<p>abcde&#x058A;abcdef</p>
<p>abcd&#x058A;abcdef</p>
<p>abcde&#x058A;abcde</p>
<p>abcde&#x058A;&#x058A;abcdef</p>
<p>&#x058A;&#x058A;&#x058A;&#x058A;&#x058A;&#x058A;abcdef</p>

<!-- U+2010 is HYPHEN -->
<p>abcde&#x2010;abcdef</p>
<p>abcd&#x2010;abcdef</p>
<p>abcde&#x2010;abcde</p>
<p>abcde&#x2010;&#x2010;abcdef</p>
<p>&#x2010;&#x2010;&#x2010;&#x2010;&#x2010;&#x2010;abcdef</p>

<!-- U+2012 is FIGURE DASH -->
<p>abcde&#x2012;abcdef</p>
<p>abcd&#x2012;abcdef</p>
<p>abcde&#x2012;abcde</p>
<p>abcde&#x2012;&#x2012;abcdef</p>
<p>&#x2012;&#x2012;&#x2012;&#x2012;&#x2012;&#x2012;abcdef</p>

<p>abcde&ndash;abcdef</p>
<p>abcd&ndash;abcdef</p>
<p>abcde&ndash;abcde</p>
<p>abcde&ndash;&ndash;abcdef</p>
<p>&ndash;&ndash;&ndash;&ndash;&ndash;&ndash;abcdef</p>

</body>
</html>