no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / line-breaking / currency-1-ref.html
blob9cfe0a4d60d103d8d709d3a8664616b213fb85c5
1 <html>
2 <head>
3 <style type="text/css"> p { margin: 5px 1em; width: 0; white-space: nowrap; } </style>
4 </head>
5 <body>
7 <p>______$123,456-</p>
8 <p>123,456$______</p>
10 <!-- BACK SLASH is used for YEN SIGN and WON SIGN in Japan and Korea -->
11 <p>______\123,456-</p>
12 <p>123,456\______</p>
14 <p>______&euro;123,456-</p>
15 <p>123,456&euro;______</p>
17 <p>______&cent;;123,456-</p>
18 <p>123,456&cent;______</p>
20 <p>______&pound;123,456-</p>
21 <p>123,456&pound;______</p>
23 <p>______&curren;123,456-</p>
24 <p>123,456&curren;______</p>
26 <p>______&yen;123,456-</p>
27 <p>123,456&yen;______</p>
29 <!-- EURO-CURRENCY SIGN -->
30 <p>______&#x20A0;123,456-</p>
31 <p>123,456&#x20A0;______</p>
33 <!-- COLON SIGN -->
34 <p>______&#x20A1;123,456-</p>
35 <p>123,456&#x20A1;______</p>
37 <!-- CRUZEIRO SIGN -->
38 <p>______&#x20A2;123,456-</p>
39 <p>123,456&#x20A2;______</p>
41 <!-- FRENCH FRANC SIGN -->
42 <p>______&#x20A3;123,456-</p>
43 <p>123,456&#x20A3;______</p>
45 <!-- LIRA SIGN -->
46 <p>______&#x20A4;123,456-</p>
47 <p>123,456&#x20A4;______</p>
49 <!-- MILL SIGN -->
50 <p>______&#x20A5;123,456-</p>
51 <p>123,456&#x20A5;______</p>
53 <!-- NAIRA SIGN -->
54 <p>______&#x20A6;123,456-</p>
55 <p>123,456&#x20A6;______</p>
57 <!-- PESETA SIGN -->
58 <p>______&#x20A7;123,456-</p>
59 <p>123,456&#x20A7;______</p>
61 </body>
62 </html>