https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 83130efb244897fd9d506f4a1f86f0159b7e3532 authored by tbirdbld on 12 June 2012, 20:52:10 UTC
Added THUNDERBIRD_14_0b2_RELEASE THUNDERBIRD_14_0b2_BUILD1 tag(s) for changeset 7912483cf789. DONTBUILD CLOSED TREE a=release
Tip revision: 83130ef
leaders-1.html
<html>
<head>
<style type="text/css"> p { margin: 5px 1em; width: 0; } </style>
</head>
<body>

<!-- U+2024 is ONE DOT LEADER -->
<p>abcdef&#x2024;&#x2024;&#x2024;abcdef</p>

<!-- U+2025 is TWO DOT LEADER -->
<p>abcdef&#x2025;&#x2025;&#x2025;abcdef</p>

<!-- U+2026 is HORIZONTAL ELLIPSIS -->
<p>abcdef&#x2026;&#x2026;&#x2026;abcdef</p>

</body>
</html>
back to top