layout/reftests/line-breaking/leaders-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/line-breaking/leaders-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +<html>
     1.5 +<head>
     1.6 +<style type="text/css"> p { margin: 5px 1em; width: 0; } </style>
     1.7 +</head>
     1.8 +<body>
     1.9 +
    1.10 +<!-- U+2024 is ONE DOT LEADER -->
    1.11 +<p>abcdef&#x2024;&#x2024;&#x2024;abcdef</p>
    1.12 +
    1.13 +<!-- U+2025 is TWO DOT LEADER -->
    1.14 +<p>abcdef&#x2025;&#x2025;&#x2025;abcdef</p>
    1.15 +
    1.16 +<!-- U+2026 is HORIZONTAL ELLIPSIS -->
    1.17 +<p>abcdef&#x2026;&#x2026;&#x2026;abcdef</p>
    1.18 +
    1.19 +</body>
    1.20 +</html>

mercurial