Bug 458160 - Enable downloadable .otf fonts under Windows. r=roc, sr=vlad.
[wine-gecko.git] / layout / reftests / line-breaking / leaders-1.html
blob196e15250159af6bf869a3a638f6e536e3e049f8
1 <html>
2 <head>
3 <style type="text/css"> p { margin: 5px 1em; width: 0; } </style>
4 </head>
5 <body>
7 <!-- U+2024 is ONE DOT LEADER -->
8 <p>abcdef&#x2024;&#x2024;&#x2024;abcdef</p>
10 <!-- U+2025 is TWO DOT LEADER -->
11 <p>abcdef&#x2025;&#x2025;&#x2025;abcdef</p>
13 <!-- U+2026 is HORIZONTAL ELLIPSIS -->
14 <p>abcdef&#x2026;&#x2026;&#x2026;abcdef</p>
16 </body>
17 </html>