mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
192f557403
Filetypes changed: .cpp .gif .h .html .list .png .svg .x-ccmap .xbl .xhtml .xul
18 lines
354 B
HTML
18 lines
354 B
HTML
<html>
|
|
<head>
|
|
<style type="text/css"> p { margin: 5px 1em; width: 0; } </style>
|
|
</head>
|
|
<body>
|
|
|
|
<!-- U+2024 is ONE DOT LEADER -->
|
|
<p>abcdef․․․abcdef</p>
|
|
|
|
<!-- U+2025 is TWO DOT LEADER -->
|
|
<p>abcdef‥‥‥abcdef</p>
|
|
|
|
<!-- U+2026 is HORIZONTAL ELLIPSIS -->
|
|
<p>abcdef………abcdef</p>
|
|
|
|
</body>
|
|
</html>
|