summaryrefslogtreecommitdiffstats
path: root/layout/reftests/line-breaking/hyphens-1-ref.html
blob: a77f8c0079f745eae81cf950e741c7fe428b0b6a (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; white-space: nowrap; } </style>
</head>
<body>

<p>ab-<br>ab</p>
<p>a-ab</p>
<p>ab-a</p>
<p>abcdef--<br>abcdef</p>
<p>------abcdef<p>

<!-- U+058A is ARMENIAN HYPHEN -->
<p>ab&#x058A;<br>ab</p>
<p>a&#x058A;ab</p>
<p>ab&#x058A;a</p>
<p>abcdef&#x058A;&#x058A;<br>abcdef</p>
<p>&#x058A;&#x058A;&#x058A;&#x058A;&#x058A;&#x058A;abcdef<p>

<!-- U+2010 is HYPHEN -->
<p>ab&#x2010;<br>ab</p>
<p>a&#x2010;ab</p>
<p>ab&#x2010;a</p>
<p>abcdef&#x2010;&#x2010;<br>abcdef</p>
<p>&#x2010;&#x2010;&#x2010;&#x2010;&#x2010;&#x2010;abcdef<p>

<!-- U+2012 is FIGURE DASH -->
<p>ab&#x2012;<br>ab</p>
<p>a&#x2012;ab</p>
<p>ab&#x2012;a</p>
<p>abcdef&#x2012;&#x2012;<br>abcdef</p>
<p>&#x2012;&#x2012;&#x2012;&#x2012;&#x2012;&#x2012;abcdef<p>

<p>ab&ndash;<br>ab</p>
<p>a&ndash;ab</p>
<p>ab&ndash;a</p>
<p>abcdef&ndash;&ndash;<br>abcdef</p>
<p>&ndash;&ndash;&ndash;&ndash;&ndash;&ndash;abcdef<p>

</body>
</html>