summaryrefslogtreecommitdiffstats
path: root/layout/reftests/line-breaking/hyphens-1-ref.html
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /layout/reftests/line-breaking/hyphens-1-ref.html
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'layout/reftests/line-breaking/hyphens-1-ref.html')
-rw-r--r--layout/reftests/line-breaking/hyphens-1-ref.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/layout/reftests/line-breaking/hyphens-1-ref.html b/layout/reftests/line-breaking/hyphens-1-ref.html
new file mode 100644
index 000000000..91efcad1a
--- /dev/null
+++ b/layout/reftests/line-breaking/hyphens-1-ref.html
@@ -0,0 +1,41 @@
+<html>
+<head>
+<style type="text/css"> p { margin: 5px 1em; width: 0; white-space: nowrap; } </style>
+</head>
+<body>
+
+<p>abcde-<br>abcdef</p>
+<p>abcd-abcdef</p>
+<p>abcde-abcde</p>
+<p>abcdef--<br>abcdef</p>
+<p>------abcdef<p>
+
+<!-- U+058A is ARMENIAN HYPHEN -->
+<p>abcde&#x058A;<br>abcdef</p>
+<p>abcd&#x058A;abcdef</p>
+<p>abcde&#x058A;abcde</p>
+<p>abcde&#x058A;&#x058A;<br>abcdef</p>
+<p>&#x058A;&#x058A;&#x058A;&#x058A;&#x058A;&#x058A;abcdef</p>
+
+<!-- U+2010 is HYPHEN -->
+<p>abcde&#x2010;<br>abcdef</p>
+<p>abcd&#x2010;abcdef</p>
+<p>abcde&#x2010;abcde</p>
+<p>abcde&#x2010;&#x2010;<br>abcdef</p>
+<p>&#x2010;&#x2010;&#x2010;&#x2010;&#x2010;&#x2010;abcdef</p>
+
+<!-- U+2012 is FIGURE DASH -->
+<p>abcde&#x2012;<br>abcdef</p>
+<p>abcd&#x2012;abcdef</p>
+<p>abcde&#x2012;abcde</p>
+<p>abcde&#x2012;&#x2012;<br>abcdef</p>
+<p>&#x2012;&#x2012;&#x2012;&#x2012;&#x2012;&#x2012;abcdef</p>
+
+<p>abcde&ndash;<br>abcdef</p>
+<p>abcd&ndash;abcdef</p>
+<p>abcde&ndash;abcde</p>
+<p>abcde&ndash;&ndash;<br>abcdef</p>
+<p>&ndash;&ndash;&ndash;&ndash;&ndash;&ndash;abcdef</p>
+
+</body>
+</html>